Search code examples
c#wpfmp3mediamediaelement

How to play mp3 in WPF Without using MediaElement?


I Want to play a song in the background of my WPF Application, but i prefer not using MediaElement Because it requires MediaPlayer 10 to run, and i can't have control on whether the user will have it or not.

What are my options?


Solution

  • If you do not want to use MediaElement, you can use NAudio to play an MP3.