Click here to Skip to main content
15,885,546 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Hi, I'm working on a small project C# project where I want to play MP3 files on a specific output device. I already found a project here where this was possible for WAV files using DirectSound (The ultimate Managed DirectSound 9 Tutorial. Part 1: a full introduction to Playback[^]) but this doesn't support MP3.
Does anyone have an idea how I could do this using DirectX?
Posted
Updated 8-Jan-10 10:30am
v2

1 solution

I don't think DirectSound has any built-in MP3 decoder. You'll have to use a third-party library to do that. The BASS audio library[^] has a good reputation and a .Net version that you can use.
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900