MP3 player C++
#C/CPP
MP3 player that supports multiple audio formats such as: .mp3, .wav, .ogg, and others.
All functions in the player:
1. Audio playback
2. Start / stop
3. Volume adjustment
4. Next/previous audio (at least 2 audio files must be loaded for this)
5. Audio scrolling
6. Processing current timing on audio
7. Processing total duration of audio
Audio opening occurs either from the explorer or within the program itself.
MP3 player that supports multiple audio formats such as: .mp3, .wav, .ogg, and others.
All functions in the player:
1. Audio playback
2. Start / stop
3. Volume adjustment
4. Next/previous audio (at least 2 audio files must be loaded for this)
5. Audio scrolling
6. Processing current timing on audio
7. Processing total duration of audio
Audio opening occurs either from the explorer or within the program itself.