I need to know, if there is any library that can handle this features:
- Decode the main formats (Mp3, Wav, Ogg, etc..)
- Handle sample rates, volume, duration, seek, etc…
- With the library, features that allow you to create an equalizer
- Handle the channels count (stereo, mono, etc..)
- Detect audio devices (output and input) and choose in what device I want to stream
- Get Information of the song, title, album, and the default sample rate of the song.
I’m tired of looking for a library that can do this 6 features. I don’t know if you can help me with this. Thanks so much!
FFmpegI’m shocked no one recommended it before me. It is an open source library, capable of converting just any media file you throw at it.