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 } )