mirror of
https://github.com/FunKey-Project/FunKey-OS.git
synced 2025-12-12 15:48:51 +01:00
Alsa sound downmixed to mono
This commit is contained in:
parent
583715ca18
commit
fc7b0f49e6
15
FunKey/board/funkey/rootfs-overlay/etc/asound.conf
Normal file
15
FunKey/board/funkey/rootfs-overlay/etc/asound.conf
Normal 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
|
||||||
Loading…
x
Reference in New Issue
Block a user