 |
code4k: Playing a MP3 in c++ using plain Windows API
@Peter, you have to feed the function acmStreamConvert with a chunk of MP3 buffer (with a size of MP3_BLOCK_SIZE) and send the result to a dynamic audio buffer Instead of getting the data from IStream (mp3Stream in the code), you will get the data from yo
code4k.blogspot.com |
 |