add OpenBSD volume tips
This commit is contained in:
parent
506a40547b
commit
d4a503a9d3
@ -4,6 +4,7 @@
|
||||
=> unix/ *nix
|
||||
|
||||
## Последние 20 заметок
|
||||
=> unix/openbsd-sndio-mixer.gmi OpenBSD изменение уровня громкости в sndio
|
||||
=> unix/go_cross_build.gmi Кросс-компиляция в Golang
|
||||
=> unix/tmux.gmi Горячие клавиши tmux
|
||||
|
||||
|
@ -1,5 +1,6 @@
|
||||
# *nix notes
|
||||
|
||||
=> openbsd-sndio-mixer.gmi OpenBSD изменение уровня громкости в sndio
|
||||
=> tmux.gmi Горячие клавиши tmux
|
||||
=> go_cross_build.gmi Кросс-компиляция в Golang
|
||||
|
||||
|
19
public/ru/notes/unix/openbsd-sndio-mixer.gmi
Normal file
19
public/ru/notes/unix/openbsd-sndio-mixer.gmi
Normal file
@ -0,0 +1,19 @@
|
||||
# OpenBSD изменение уровня звука в sndio
|
||||
|
||||
## Увеличить и уменьшить громкость
|
||||
```
|
||||
sndioctl output.level=+0.1
|
||||
sndiocrl output.level=-0.1
|
||||
```
|
||||
|
||||
## Установить уровень громкости
|
||||
```
|
||||
sndioctl output.level=0.9
|
||||
```
|
||||
|
||||
## Заглушить звук
|
||||
```
|
||||
sndioctl output.mute=1
|
||||
```
|
||||
|
||||
=> index.gmi Back to home
|
Loading…
Reference in New Issue
Block a user