ddiakopoulos / libnyquist

:microphone: Cross platform C++11 library for decoding audio (mp3, wav, ogg, opus, flac, etc)
BSD 2-Clause "Simplified" License
536 stars 64 forks source link

MIME Type / Resource Loader #7

Closed ddiakopoulos closed 9 years ago

ddiakopoulos commented 9 years ago

Implement API functionality to take an audio file and dispatch to the correct decoder automatically.

Related Functions:

ddiakopoulos commented 9 years ago

This was implemented within a NyquistIO wrapper