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

fix: avoid popping noise when changing volume #139

Draft
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

aykevl
Copy link
Contributor

@aykevl aykevl commented Nov 9, 2024

Just a little pet peeve of mine. When the volume changes (or is muted/unmuted), a little pop can be heard due to the sudden change. This can be fixed by smoothly increasing/decreasing the volume.

This noise is especially audible on tracks like this one: https://www.youtube.com/watch?v=eH-5U7GeofA

Weirdly, PulseAudio and PipeWire don't seem to do this internally. Maybe I'll send a patch to PipeWire to fix this, because it's a bit annoying (and there's not much we can do about it in the PulseAudio driver apart from managing volume ourselves).


So far this is an experiment, and there's a TODO I'd need to fix get this ready for review. But if this is something you'd be interested in, I can continue working on it.

Just a little pet peeve of mine. When the volume changes (or is
muted/unmuted), a little pop can be heard due to the sudden change. This
can be fixed by smoothly increasing/decreasing the volume.

This noise is especially audible on tracks like this one:
https://www.youtube.com/watch?v=eH-5U7GeofA

Weirdly, PulseAudio and PipeWire don't seem to do this internally. Maybe
I'll send a patch to PipeWire to fix this, because it's a bit annoying
(and there's not much we can do about it in the PulseAudio driver apart
from managing volume ourselves).
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

Successfully merging this pull request may close these issues.

1 participant