I've been using the irrKlang library to play all sorts of audio files, mostly MP3s, for my applications. However those are console applications since the irrKlang engine is built that way. Now I would like to build GUIs integrated with audio and music (specifically a music player), but I haven't been able to incorporate irrKlang with it.
So is there any other music library that will allow me to integrate music files (preferably MP3s, even though I know they're extremely complicated) with Win32 API? Also, is there any way I could be able to integrate the existing irrKlang library with a GUI written in Win32 API (with no MFC)?
(I am using c++, irrKlang 1.5.0, CodeBlocks 13.12, and Windows 8)
Any help or suggestions would be appreciated. Thanks in advance.