gbishop / outfox

Automatically exported from code.google.com/p/outfox
Other
1 stars 0 forks source link

Stream loading blocks all channels #39

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
1. Use outfox.audio.stream() on channel 0.
2. Use outfox.audio.say() on channel 1.
3. The speech on channel 1 blocks until streaming starts on channel 0.

The two channels should be independent. It looks like streaming is blocking
for a time. Does it have to be set to non-blocking somehow?

This is on a Mac.

Original issue reported on code.google.com by pare...@gmail.com on 2 Apr 2009 at 11:33

GoogleCodeExporter commented 9 years ago
Use FMOD_NONBLOCKING when opening files or streams. Appears to cause problems 
with
memory cached sounds, so just use the flag when it's remote data.

Original comment by c...@unc.edu on 4 Apr 2009 at 3:04

GoogleCodeExporter commented 9 years ago

Original comment by c...@unc.edu on 4 Apr 2009 at 3:07