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

Automatic sink selection feature #34

Open
rbroggi opened this issue Sep 11, 2021 · 1 comment
Open

Automatic sink selection feature #34

rbroggi opened this issue Sep 11, 2021 · 1 comment

Comments

@rbroggi
Copy link

rbroggi commented Sep 11, 2021

Hello, thanks for sharing the project it helped me understand some nuances of sounds in linux.

I was wondering if you ever thought about putting a small enhancement which would apply the changes to all sinks that are currently in RUNNING state. (notation is specific to pactl.

basically the script could extract a list of sinks running using something like:

for s in $(pactl list short sinks | grep RUNNING | cut -f2); do volume -n -s $s down 10; done

and a loop could be applied to all the sinks which comes out of the command.

Just an idea, you might have already thought about it...

Cheers,
Rodrigo

@hastinbe
Copy link
Owner

I haven't but I'd recommend the same approach for those who need it

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