I'm trying to play an MP3 sound but I need it played from a memory stream (I don't have the actual file). What's my best option to do this? mciSendString
accepts a file name as a parameter but not a memory stream. Is is possible to play the mp3 file with winmm's PlaySound
?
Thanks!