luniebox/contrib/config/asound.conf

26 lines
335 B
Plaintext
Raw Normal View History

2022-02-06 10:19:03 +01:00
pcm.speakerbonnet {
type hw card 0
2022-02-06 10:19:03 +01:00
}
pcm.!default {
type plug
slave.pcm "dmixer"
2022-02-06 10:19:03 +01:00
}
pcm.dmixer {
type dmix
ipc_key 1024
ipc_perm 0666
slave {
pcm "speakerbonnet"
period_time 0
period_size 1024
buffer_size 8192
rate 44100
channels 2
}
2022-02-06 10:19:03 +01:00
}
ctl.dmixer {
type hw card 0
}