Linux command
pulsemixer 命令
文件
复制后可按需替换文件名、目录或参数。
常用示例
Launch TUI mixer
pulsemixer
Get volume
pulsemixer --get-volume
Set volume
pulsemixer --set-volume [50]
Change volume by relative amount
pulsemixer --change-volume [+10]
Change volume with a maximum cap
pulsemixer --change-volume [+10] --max-volume [100]
Mute/unmute
pulsemixer --toggle-mute
List sinks
pulsemixer --list-sinks
Set volume on a specific sink
pulsemixer --id [sink-1] --set-volume [75]
说明
pulsemixer is a CLI and TUI mixer for PulseAudio. It provides both an interactive interface and command-line controls for managing audio volumes and routing.
参数
- --get-volume
- Print current volume.
- --set-volume _n_
- Set volume (0-100).
- --get-mute
- Print mute status.
- --toggle-mute
- Toggle mute.
- --mute
- Mute.
- --unmute
- Unmute.
- --list-sinks
- List output devices.
- --list-sources
- List input devices.
- --change-volume _+-n_
- Change volume by a relative amount.
- --set-volume-all _n:n_
- Set volume for every channel separately.
- --max-volume _n_
- Cap volume at n when using --change-volume.
- --id _id_
- Target specific sink/source.
- --server _server_
- Connect to a specific PulseAudio server.
- --color _n_
- Colorize output (0=none, 1=selected, 2=full).
- --no-mouse
- Disable mouse support in TUI.
- -l, --list
- List all sinks, sources, and sink inputs.
FAQ
What is the pulsemixer command used for?
pulsemixer is a CLI and TUI mixer for PulseAudio. It provides both an interactive interface and command-line controls for managing audio volumes and routing.
How do I run a basic pulsemixer example?
Run `pulsemixer` in a terminal, then adjust file names, paths, flags, or remote targets for your system.
What does --get-volume do in pulsemixer?
Print current volume.