Simulator not playing sounds

I’m issues getting any sound to play. I made sure the sound was actually there, the settings are correct, but it always returns a value of -1 if I print the global volume. I then loaded up the sound sample built into Corona, and hear no sounds.

I’m certain my sound is working, and the simulator is not muted in the mixer. I just loaded it onto my phone and it works perfectly. 

Thanks.

local backgroundMusic = audio.loadStream("Audio/musicLoop.wav"); local backgroundMusicChannel = audio.play( backgroundMusic, { channel=1, loops=-1, fadein=3000 } )

I loaded my project up later and it has started playing sounds. I haven’t changed anything, so this seems to be an error with Corona.

It’s most likely an issue with your computer.  Have you rebooted your computer?

I loaded my project up later and it has started playing sounds. I haven’t changed anything, so this seems to be an error with Corona.

It’s most likely an issue with your computer.  Have you rebooted your computer?