mirror of
https://github.com/OpenVoiceOS/OpenVoiceOS
synced 2024-12-29 10:11:40 +01:00
15 lines
238 B
Plaintext
15 lines
238 B
Plaintext
# Use PipeWire by default
|
|
pcm.!default {
|
|
type pipewire
|
|
fallback "sysdefault"
|
|
hint {
|
|
show on
|
|
description "Default ALSA Output (currently PipeWire Sound Server)"
|
|
}
|
|
}
|
|
|
|
ctl.!default {
|
|
type pipewire
|
|
fallback "sysdefault"
|
|
}
|