OpenVoiceOS/buildroot-external/rootfs-overlay/etc/asound.conf

15 lines
236 B
Plaintext

# Use PulseAudio by default
pcm.!default {
type pulse
fallback "sysdefault"
hint {
show on
description "Default ALSA Output (currently PulseAudio Sound Server)"
}
}
ctl.!default {
type pulse
fallback "sysdefault"
}