Linux command
pulseaudio-ctl 命令
文件
复制后可按需替换文件名、目录或参数。
常用示例
Increase
pulseaudio-ctl up
Example
pulseaudio-ctl up 10
Decrease
pulseaudio-ctl down
Set
pulseaudio-ctl set 50
Example
pulseaudio-ctl atmost 80
Example
pulseaudio-ctl mute
Example
pulseaudio-ctl mute-input
说明
pulseaudio-ctl provides simple commands for controlling PulseAudio volume levels. It offers intuitive commands for increasing, decreasing, and setting volume, as well as muting speakers and microphone. This tool is designed for easy integration with keyboard shortcuts and desktop environments.
参数
- up _amount_
- Increase volume (default 5%)
- down _amount_
- Decrease volume (default 5%)
- set _percentage_
- Set volume to specific percentage
- atmost _percentage_
- Set volume if current is higher
- mute
- Toggle speaker mute
- mute-input
- Toggle microphone mute
FAQ
What is the pulseaudio-ctl command used for?
pulseaudio-ctl provides simple commands for controlling PulseAudio volume levels. It offers intuitive commands for increasing, decreasing, and setting volume, as well as muting speakers and microphone. This tool is designed for easy integration with keyboard shortcuts and desktop environments.
How do I run a basic pulseaudio-ctl example?
Run `pulseaudio-ctl up` in a terminal, then adjust file names, paths, flags, or remote targets for your system.
What does up _amount_ do in pulseaudio-ctl?
Increase volume (default 5%)