Playing MP3 from memory

  • Thread starter Thread starter Lutz Niggl
  • Start date Start date
L

Lutz Niggl

Can anybody point me to some documentation or examples on how to play MP3
from memory. (I receive a MP3 stream from an USB device and like to play it
without having to save it to a file first)

Thanks
Lutz
 
Hi Lutz,

I think you'll need to utilize DirectShow to decode MP3 to a waveform and
then use DirectSound to play the decoded waveform.
Another approach I saw in MSDN is using DirectMedia objects.
 
Back
Top