gbishop / outfox

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

Short sounds fail to cache #34

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
Firefox dynamically calculates the size of file allowed into the memory
cache versus the disk cache based on some opaque algorithm. When a file
stays in the memory cache, the audio service keeps going back to the server
to stream it. Instead, it should maintain its own in-memory cache of FMOD
sound objects for fast playback without hammering the server. The cache
should reset on a reset() call or channel destruction.

Original issue reported on code.google.com by c...@unc.edu on 22 Feb 2009 at 4:33

GoogleCodeExporter commented 9 years ago
Fixed in revision 147.

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