code4k: Playing a MP3 in c++ using plain Windows API

code4k: Playing a MP3 in c++ using plain Windows API

瀏覽:1114
日期:2025-06-14
@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...看更多