Playing MP3 from memory

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
 
D

Dmitriy Lapshin [C# / .NET MVP]

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.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top