Master volume slider?

Post a reply

Smilies
:D :) :( :o :shock: :? 8-) :lol: :x :P :oops: :cry: :evil: :twisted: :roll: :wink: :geek: :ugeek: :!: :?: :idea: :arrow: :| :mrgreen: :3: :wub: >:( :blergh:
View more smilies

BBCode is OFF
Smilies are ON

Topic review
   

Expand view Topic review: Master volume slider?

Re: Master volume slider?

by Nash » Thu Feb 28, 2019 3:48 am



Finally added it myself. :mrgreen:

Re: Master volume slider?

by Zanieon » Fri Jun 17, 2016 7:06 pm

Menu sound slider is bound to the Master slider as well so i don't touch at it, the only two i change is master itself and music, but i agree in making Master slider a "true" master and separating the gameplay sounds to a SFX Slider.

Re: Master volume slider?

by NeuralStunner » Fri Jun 17, 2016 11:42 am

Nevermind that getting to the OS mixer can be a pain in the arse with fullscreen games. (And usually, as soon as the game loses focus it also goes silent...)

Re: Master volume slider?

by StrikerMan780 » Thu Jun 16, 2016 11:09 pm

I say yes to this. In XP, there is no independent application volume control, same with a lot of Linux Distros. I'm unsure of Mac.

Re: Master volume slider?

by maseter » Thu Jun 16, 2016 10:22 am

+1 for master volume and the mute cvar

Heck, even Call of duty has master volume:
Image

Re: Master volume slider?

by GooberMan » Mon Apr 27, 2015 10:34 am

I believe the idea was to hook it in to the relevant OS calls so that you don't need to tab out and open the full mixer just to change the application's volume.

Re: Master volume slider?

by Graf Zahl » Mon Apr 27, 2015 8:51 am

Why do you need this as an option in ZDoom when the Windows mixer can set master volume per application?

Re: Master volume slider?

by Nash » Mon Apr 27, 2015 8:43 am

Sooo... since the sound code has recently been touched... any chance of sneaking this in? :D I'm on Windows 8.1 now but the original problem is still relevant; ZDoom's output is too loud and will drown out my Steam voice chat or TeamSpeak or whatever. Currently hacking this by setting the volumes via commandline when launching multiplayer while my autoexecs default them back for non-multiplayer.

Re: Master volume slider?

by EksFaktr » Wed Jul 20, 2011 6:49 pm

Oddly enough, I thought older versions of ZDoom *did* have a master volume slider. Maybe I'm mis-remembering.

Re: Master volume slider?

by Edward-san » Thu Jul 14, 2011 1:19 am

Blzut3 wrote: I don't know, Ubuntu completely removed support for native OSS instead deferring people to use padsp to route it through PulseAudio (or use ALSA's equivalent if PA isn't installed).
aoss?

Which Linux distributions still conserve the support to OSS? Which ones don't have the support to ALSA?
My wonder is if it's possible to change the output system default to ALSA, since imho it's more used than OSS, and I'm using Ubuntu 10.10.

Re: Master volume slider?

by Nash » Thu Jul 14, 2011 12:00 am

Thanks for your consideration, Randy. Take as much time as you want.

EDIT: I guess linking the in-game slider to the OS slider is fine, if it's specific only to ZDoom.

Back in the days, I totally HATED how in some games, when you messed with the volume settings, your OS's volumes get affected as well (for example, Vavoom).

Re: Master volume slider?

by Blzut3 » Wed Jul 13, 2011 9:04 pm

randy wrote:The closest you'll get is the ALSA->PulseAudio redirection. Unless SDL has Pulse support now... Of course, we could always write another output plugin for PulseAudio, too.
yep.
Spoiler:
That said, even with ALSA redirection the per application volume controls still work. At least two instances of ZDoom set to output to ALSA result in two volume sliders.
randy wrote:And what about OSS4? Does that also have per-application volume levels?
I don't know, Ubuntu completely removed support for native OSS instead deferring people to use padsp to route it through PulseAudio (or use ALSA's equivalent if PA isn't installed).

Re: Master volume slider?

by randi » Wed Jul 13, 2011 7:05 pm

Too bad ZDoom doesn't support PulseAudio...

The closest you'll get is the ALSA->PulseAudio redirection. Unless SDL has Pulse support now... Of course, we could always write another output plugin for PulseAudio, too.

And what about OSS4? Does that also have per-application volume levels?

Re: Master volume slider?

by Blzut3 » Wed Jul 13, 2011 7:01 pm

randy wrote:Since Vista and up have OS support for this sort of thing,
In addition any Linux distro using PulseAudio has a similar feature.

Re: Master volume slider?

by randi » Wed Jul 13, 2011 6:59 pm

I think Nash in on XP, though, in which case not touching the Windows mixer is a valid concern.

A global volume slider is easy to do and I've already considered it and put it off as low priority before. Since Vista and up have OS support for this sort of thing, would it be reasonable to have ZDoom hook into that for those operating systems but do it itself for older operating systems?

(Do note that my posting here doesn't mean it's going to get done any time soon, no matter how easy it is to do, what with the flood and all.)

Top