Releases: tabularelf/audioExt
audioExt v0.0.3
-New loading/unloading feature for audio! Now audio files can be added as entries and load only when demanded!
-Added new functions, and overhauled a couple of the audioExtSound functions to allow the use of audioStructs.
-audioExtSoundGetID now errors out upon finding an invalid entry, instead of previously returning -1.
-Added a way to scan & load valid audio files upon start.
-Additionally to above, there's a few new macros that allow loading in all of the audio files as well. You can check under __audioExtConfig
for more info.
audioExt v0.0.2
-Adds audioExtOggGetNames, audioExtOggScan, audioExtWavGetNames, and audioExtWavScan
-Fixed a bug with wav files misreading data. (Unexpected LIST-INFO chunks)
-Added in check to disable audioExt when on HTML5.
-Changed .getType()
to .getChannel()
to better represent what it returns.
-Added in config option to auotscan upon initializing.
audioExt v0.0.1
Library pre-released! Please check the readme.md for a list of the functions and what they do.