gbishop / outfox

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

Pre-caching of multiple sound files #26

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
It would be nice if I could ask outfox audio to cache a bunch of sound
files I know I'm going to use later and call me back when they are all
available locally. I can probably do this using AJAX myself, but it would
be nice to have outfox support it in a way that it can take proper
advantage of whatever caching scheme it uses.

Original issue reported on code.google.com by pare...@gmail.com on 10 Jan 2009 at 4:53

GoogleCodeExporter commented 9 years ago

Original comment by c...@unc.edu on 11 Jan 2009 at 4:03

GoogleCodeExporter commented 9 years ago
Added precache method to audio interface. Fetches named urls into local cache 
then notifies on a deferred. 

Commit 124 

Original comment by c...@unc.edu on 24 Jan 2009 at 4:24