I am having a frustrating time understanding how to use the XAudio object "correctly" in a few instances.
Essentially, at the start of each layout I am loading all sound effects and background audio into memory. At the start of each layout the background music functions fine until another sound effect is triggered. Once this happens there is a slight change in volume with the BG music. Also the background music seems to be effected by each trigger of a sound effect in that it acts like it is making a quick skip sound for just a few milliseconds.
If I use the "Play Music from a file" event everything functions as it should.
I can't seem to find much information on how to use the XAudio object correctly. Is it recommended to use the "Play Music from a file" event to handle background music for individual layouts or am I just doing something wrong when using events?
Any help at all is highly appreciated! ;)