I’ve found some code snips online but issue is they use file locations hosted local on system, I would like to play a MP3 or wav from my app and build the mp3 file into the app rather then them needing it as well as the .exe. Any idea of how to do such a thing?
Share
Embed your mp3 or wav as resource:
Play it using the following code:
Don’t forget to delete the temporary file when you are done with it.