Gemini/public/notes/unix/openbsd-sndio-mixer.gmi

20 lines
388 B
Plaintext
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

# OpenBSD изменение уровня звука в sndio
## Увеличить и уменьшить громкость
```
sndioctl output.level=+0.1
sndiocrl output.level=-0.1
```
## Установить уровень громкости
```
sndioctl output.level=0.9
```
## Заглушить звук
```
sndioctl output.mute=1
```
=> index.gmi 🔝 К unix заметкам