-
Notifications
You must be signed in to change notification settings - Fork 86
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
PulseAudio volume customized #620
Comments
Hi!, thanks for taking the time to report issues and provide feedback. This is always welcome. I think your analysis is correct for the most part. Adding a config file option to set a default volume would be easy (and useful). I think this could be implemented quite quickly. If anyone wants to help, I could provide some easy-to-folow instructions. Otherwise, I'll implement it when I have some time |
@tizonia if no one else picks this up before then, I'll probably have some time to work on this after next week if you want to document some instructions here |
@tizonia feel free to document whatever instructions you feel are necessary here and I'll take a crack at it |
I have to apologize. I was meaning to look at the implementation of this and then provide the details here for you to pick up, but I thought it was more work to detail it than to do it. Please have a look at this commit: Basically, this adds support for this configuration option:
The specified volume there will be honoured when the application is started. It is in the develop, branch. I'm planning to cut a new release in the next few days. |
No worries at all @tizonia , just glad it hit the roadmap. Thanks for the reference to the commit for context.
One thing I've noticed is when skipping through a playlist/album using Thanks again for the enhancement, very much looking forward to it |
Wow!, You're absolutely right. The volume was getting reset to its intial value. This commit fixes that: Thank you for your prompt reply! |
Excellent, thanks so much! No worries at all. I use I'll probably leave the Issue open until a release, or you can feel free to close whenever. Thanks again! |
Closing this issue for now. The code is now in the master branch, to be released soon. |
@tizonia this fix is working great for gmusic, but I notice that with |
Thanks for letting me know about the issue in the youtube graph. I'm re-opening to check that. |
…ume needs to be set on the port on construction (#620)
I believe I have fixed the youtube volume issue. It should work now. This is in the develop branch. Will be merged to master in just a few days. |
Thanks @tizonia , checked on the new version and it looks good. Thanks again for all your work on this! |
Description
When using
tizonia
on a system with PulseAudio, the output volume of the application in Pulse seems fixed at 75% every time the program starts, regardless of the setting changing at previous runs. Would it be possible to have this setting be remembered once its changed on a previous run, or maybe be configurable? (Or just default to 100% instead of 75%, which would be my setting)Steps to Reproduce
pavucontrol
or similar)Expected behavior: The setting is persisted from one run to the next (alternatively, the default application volume is 100%)
Actual behaviour: The setting is 75% for each new run
Reproduces how often: 100% of the time
Versions
Installation Method Used
I'm currently using the snap package, although I believe I saw the same behavior with the AUR package (and it seems like a core functionality issue, so I'd imagine probably affects all installation methods)
The text was updated successfully, but these errors were encountered: