sound_cache
Vars | |
precache_errors | Any errors from precaching. |
---|---|
sound_lengths | k:v list of file_path : length |
sounds_to_precache | A list of sounds to cache upon initialize. |
Procs | |
cache_sounds | Cache a list of sound lengths. |
get_sound_length | Cache and return a single sound. |
Var Details
precache_errors
Any errors from precaching.
sound_lengths
k:v list of file_path : length
sounds_to_precache
A list of sounds to cache upon initialize.
Proc Details
cache_sounds
Cache a list of sound lengths.
get_sound_length
Cache and return a single sound.