I'm trying to develop a small application that can play any audio format (OGG,MP3,WAV). It looks to me the only solution to do this would be the BASS audio package?
I've found the package and the PB api on the Un4seen site, but it is not very clear to me where and what I have to install, so I could use some help here.
Allso a small code example to use it would be nice, nothing fancy, just how to play a certain wav file would be nice.
I put the dll and the lib in compilers directory (just need to remember that if you compile and deliver any application, the dll need to be delivered too with the software).
The included files in the same folder where you code is.
Thats the way i have done it, just my own way to do it.