Hello all! Can someone tell me which API to use to play MP3 audio files? I don't want to use the Media Player control! Thanks in advance! Burt 21st Oct, 2k2
Fri, 08 Apr 2005 14:58:32 GMT
Stev #2 / 3
Win API call to play MP3 audio files
Check out the DirectX APIs. I think they may have support for playing MPEGs.
Quote:
> Hello all! > Can someone tell me which API to use to play MP3 audio files? I don't > want to use the Media Player control! > Thanks in advance! > Burt > 21st Oct, 2k2
Sat, 09 Apr 2005 08:00:53 GMT
Ultra #3 / 3
Win API call to play MP3 audio files
DirectShow is a part of DirectX, and there you can use active filters, some of which are decoders. If your system has mpeg DShow filter installed, you can run it. Also you can use ACM, but don't know much about it.