mirror of
https://gitea.blesmrt.net/mikaela/shell-things.git
synced 2024-11-02 15:59:22 +01:00
13 lines
658 B
Markdown
13 lines
658 B
Markdown
The old pulseaudio fix for less than 20 % volume being unhearable is editing `alsa-monitor.conf` and uncommenting `api.alsa.ignore-dB = true`
|
|
|
|
```
|
|
2021-049 11:44:40 EET <@wtay> Mikaela, you can set api.alsa.ignore-dB = true in /etc/pipewire/media-session.d/alsa-monitor.conf
|
|
2021-049 11:45:31 EET <@wtay> Mikaela, or alternatively: api.alsa.soft-mixer = true in alsa-monitor.conf
|
|
```
|
|
|
|
from #pipewire on freenode which has public logging according to the title.
|
|
|
|
The `api.alsa.soft-mixer = true` may be nicer as the volume is a lot less,
|
|
77 % is well audible on USB headset and even 100 % isn't too loud. External
|
|
speakers with subwoofer again work as usual.
|