Re: SAPI Interrupt in Python?

To follow up with some more explanation, the flag you want is:

SPF_PURGEBEFORESPEAK    = ( 1L << 1 )

To explain this notation in case you haven't come across it before, it's basically saying "take the number 1 and shift it one bit to the left". In binary, this gives you the number 2. In short, the actual value you want to pass if you *only* want this one flag, is 2.

Kind regards,

Philip Bennefall

-- 
Audiogames-reflector mailing list
Audiogames-reflector@sabahattin-gucukoglu.com
https://sabahattin-gucukoglu.com/cgi-bin/mailman/listinfo/audiogames-reflector
  • ... AudioGames . net Forum — Developers room : Ty via Audiogames-reflector
    • ... AudioGames . net Forum — Developers room : philip_bennefall via Audiogames-reflector
    • ... AudioGames . net Forum — Developers room : philip_bennefall via Audiogames-reflector
    • ... AudioGames . net Forum — Developers room : Nuno via Audiogames-reflector
    • ... AudioGames . net Forum — Developers room : philip_bennefall via Audiogames-reflector

Reply via email to