mirror of
https://github.com/RGBCube/serenity
synced 2025-07-25 05:37:43 +00:00
Docs: Add avol(1)
This commit is contained in:
parent
107011f119
commit
6fbe0f17f2
1 changed files with 36 additions and 0 deletions
36
Base/usr/share/man/man1/avol.md
Normal file
36
Base/usr/share/man/man1/avol.md
Normal file
|
@ -0,0 +1,36 @@
|
||||||
|
## Name
|
||||||
|
|
||||||
|
avol - Change system sound volume
|
||||||
|
|
||||||
|
## Synopsis
|
||||||
|
|
||||||
|
```**sh
|
||||||
|
$ avol [-m] [-M] [volume]
|
||||||
|
```
|
||||||
|
|
||||||
|
## Description
|
||||||
|
|
||||||
|
This program is used to control the AudioServer volume and muted state.
|
||||||
|
|
||||||
|
## Options
|
||||||
|
|
||||||
|
* `-m`: Mute all audio.
|
||||||
|
* `-M`: Unmute all audio.
|
||||||
|
|
||||||
|
## Examples
|
||||||
|
|
||||||
|
```sh
|
||||||
|
# Set the volume to 100
|
||||||
|
$ avol 100
|
||||||
|
Volume: 100
|
||||||
|
|
||||||
|
# Get the current volume
|
||||||
|
$ avol
|
||||||
|
Volume: 80
|
||||||
|
|
||||||
|
# Mute all audio
|
||||||
|
$ avol -m
|
||||||
|
|
||||||
|
# Unmute all audio
|
||||||
|
$ avol -M
|
||||||
|
```
|
Loading…
Add table
Add a link
Reference in a new issue