Discussions

Ask a Question
Back to all

Set effect volume

Hi, I'm using SimpleAudioEngine class to play sounds. But I can't find a possibility to set volume of SINGLE effect (not all). I'm playing 3 sounds (in loop) at startup (the same length) and I want to mute them to later unmute one or more of them. So they will be synchronized.

play->pause->resume doesn't work at all.

And I can't find any setVolume for single sound.

Help?!