View previous topic :: View next topic |
Author |
Message |
plp n00b
Joined: 07 Dec 2021 Posts: 15 Location: Little Rock, AR, USA
|
Posted: Fri Apr 26, 2024 2:50 am Post subject: how do I use wireplumber to control volume? |
|
|
I have pipewire installed however I can't seem to turn my volume up or down.
Here is the output of wpctl status.
https://pastebin.com/HErWeNb3
sound is working I just can't turn it up or down. |
|
Back to top |
|
|
szatox Advocate
Joined: 27 Aug 2013 Posts: 3404
|
Posted: Fri Apr 26, 2024 10:04 am Post subject: |
|
|
I just use alsamixer (and or function buttons, which do pretty much the same thing) for volume control.
It's good enough unless you want to adjust each application independently, at which point I think you need pulseaudio-compatible client. Also, wpctl help shows this:
set-volume ID VOL[%][-/+]
so `wpctl set-volume 52 100%` would max out your playback volume.
Code: | ├─ Sinks:
│ * 52. Built-in Audio Analog Stereo [vol: 0.40] |
_________________ Make Computing Fun Again |
|
Back to top |
|
|
CaptainBlood Advocate
Joined: 24 Jan 2010 Posts: 3830
|
Posted: Fri Apr 26, 2024 11:37 am Post subject: |
|
|
szatox wrote: | you want to adjust each application independently, at which point I think you need pulseaudio-compatible client. |
Code: | esiz media-sound/pavucontrol[-qt]
* media-sound/pavucontrol-5.0-r2
Total files : 18
Total size : 825.95 KiB
| Is rather complete is this respect, Gtk or Qt.
There may be equivalent package I'm not aware of, possibly on the TUI side of things.
Thks 4 ur attention, interest & support. _________________ USE="-* ..." in /etc/portage/make.conf here, i.e. a countermeasure to portage implicit braces, belt & diaper paradigm
LT: "I've been doing a passable imitation of the Fontana di Trevi, except my medium is mucus. Sooo much mucus. " |
|
Back to top |
|
|
|