iamgreaser / iceball

Open-source rewrite of the VOXLAP version of Ace of Spades.
http://iceball.build
GNU General Public License v3.0
113 stars 32 forks source link

Separate volume controls #175

Closed rakiru closed 9 years ago

rakiru commented 9 years ago

There should be separate volume controls (as well as the current master setting) for sound effects and music. I'm not sure if tracker music is actually louder than everything else atm, or if that can be easily balanced otherwise, but separate controls for wav "music" and tracker music may be a good-to-have too.

iamgreaser commented 9 years ago

Currently client.mus_vol_set allows you to set the music volume relative to the master volume, which would be a clsave/pub/user.json thing.

The volume there also appears to be completely independent of the sample master volume.

I'm going to apply a fix to this.