You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Volume sound is played at should be MasterVolume * soundVolume
Do this by making setVolume save the volume passed in but calculate the volume set at the OS level for each sound as multiplied by the master volume. Have the sound manager change the master volume then call snd.setVolume(snd.getVolume()) on each sound to change volume or mute.
The text was updated successfully, but these errors were encountered:
Volume sound is played at should be MasterVolume * soundVolume
Do this by making setVolume save the volume passed in but calculate the volume set at the OS level for each sound as multiplied by the master volume. Have the sound manager change the master volume then call snd.setVolume(snd.getVolume()) on each sound to change volume or mute.
The text was updated successfully, but these errors were encountered: