linuxOS_AP05/debian/test/usr/share/alsa/alsa.conf.d/60-vdownmix.conf

25 lines
393 B
Plaintext
Raw Permalink Normal View History

2025-09-26 01:40:02 +00:00
pcm.vdownmix {
@args [ SLAVE CHANNELS DELAY ]
@args.SLAVE {
type string
default "plug:hw"
}
@args.CHANNELS {
type integer
default 6
}
@args.DELAY {
type integer
default 0
}
type vdownmix
slave.pcm $SLAVE
hint {
show {
@func refer
name defaults.namehint.basic
}
description "Plugin for channel downmix (stereo) with a simple spacialization"
}
}