I am attempting to create Windows monogame application in which I have to play multiple sounds simultaneously. When I found one solution was using XACT. However when it came to audio engine's creation of instance, it throws File not found exception
.
At this code line :
audioEngine = new AudioEngine("Content/Audio/GameAudio.xgs");
How to go about rectifying this error?