summaryrefslogtreecommitdiff
path: root/Base/usr/share/man/man1/avol.md
blob: 3c0e2878f469b83c35ca99813bbcd1b46211d535 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
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
```