Skip to content

notessimo-archive/audio-decoder

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

audio-decoder

An easy wrapper to decode OGG / MP3 / WAV to Float32Array.

In HTML5 target it will utilize the AudioContext to decode (unless it's called from a Worker). OpenFL target will use the native decoder (if available) otherwise it default to an haxe implementation of the decoder.

WAV is always decoded from haxe.

MP3 is still a WIP, OGG / WAV should work.

More love coming to this library eventually...

About

All in one OGG / MP3 / WAV to Float32 Array

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages