gbishop / outfox

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

Short sounds fail to play #33

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
Short sounds do not play using stream() or play(). All callbacks happen and
nothing breaks, but FMOD doesn't play any audio.

See http://gb-cs.cs.unc.edu/work/learn/try1/ for some examples.

It looks like FMOD fails to play the next sound when it's started from
within the completion callback.

Original issue reported on code.google.com by c...@unc.edu on 21 Feb 2009 at 3:02

GoogleCodeExporter commented 9 years ago
Fixed in revision 146.

Original comment by c...@unc.edu on 22 Feb 2009 at 4:40