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?
If you do not want to use MediaElement
, you can use NAudio to play an MP3.