Alsa sound downmixed to mono

This commit is contained in:
Vincent-FK 2021-04-06 08:40:06 +02:00
parent 613b32137c
commit 32d005f84e
1 changed files with 15 additions and 0 deletions

View File

@ -0,0 +1,15 @@
pcm.monocard{
slave.pcm "hw:0"
slave.channels 2
type route
ttable {
# Copy both input channels to output channel 1 (Right).
0.1 1
1.1 1
# Send nothing to output channel 0 (Left).
0.0 0
1.0 0
}
}
pcm.!default monocard