I was able to find an example of embedding sound files just by doing a quick Google:
c# - Playing sounds in WPF as a resource - Stack Overflow[
^] You need to embed the sound file as a resource in the executable, and then use the resource in the sound player. The alternative is to have the sound files included with the installer for the application and extracted to some common directory, or even the directory where the executable is being stored.