Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Incorrect volume adjustments upon starting and stopping qgo #13

Closed
smiley1983 opened this issue Jan 8, 2014 · 2 comments
Closed

Incorrect volume adjustments upon starting and stopping qgo #13

smiley1983 opened this issue Jan 8, 2014 · 2 comments

Comments

@smiley1983
Copy link

When I launch qgo, it sets my volume controls to 100% (running on Arch linux, either pre-built from community repo or built from source from this repository).

When I shut down qgo, it reduces the master volume to a level equivalent to the previous combined settings.

It would be great if the adjustment of the volume settings could be optional, but it seems that it happens even if I select "sound off" in the preferences.

I had a look in src/audio, and grepped for "volume" to see if I could fix the problem myself, but neither of those seemed to reveal the place in the code where this is happening.

@pzorin
Copy link
Owner

pzorin commented Jan 8, 2014

The only place where audio-related headers are included in the qgo source is in audio.cpp, and it does nothing to adjust the volume. I therefore assume that this is a problem in your distribution's qtmultimedia or pulseaudio packages.

@pzorin pzorin closed this as completed Jan 8, 2014
@smiley1983
Copy link
Author

Great, thank you for the feedback, I'll look into those packages.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants