C++ Audio player
March 23, 2009
1 comment
As mentioned earlier I am currently developing an RSS win-forms application. One functionality that I recently have been working on consists of having podcast playback, in essence MP3 audio playback.
After the jump you will see a couple of screen-shots, showing the audio player both in design mode and in deployment mode, as well the library called libwmp3 that I have used to achieve the audio playback.
Categories: audio, mp3, RSS, threads, work in progress