Blame doc/vdownmix.txt

Packit 675970
VDOWNMIX PLUGIN
Packit 675970
===============
Packit 675970
Packit 675970
The vdownmix plugin is a downmixer from 4-6 channels to 2-channel
Packit 675970
stereo headphone output.  This plugin processes the input signals with
Packit 675970
a simple spacialization, so the output sounds like a kind of "virtual
Packit 675970
surround".
Packit 675970
Packit 675970
For example, define the below:
Packit 675970
Packit 675970
	pcm.!surround51 {
Packit 675970
		type vdownmix
Packit 675970
		slave.pcm "default"
Packit 675970
	}
Packit 675970
	pcm.!surround40 {
Packit 675970
		type vdownmix
Packit 675970
		slave.pcm "default"
Packit 675970
	}
Packit 675970
Packit 675970
and the outputs from video player to these PCMs are converted to the
Packit 675970
default 2.0 output with a proper downmix.
Packit 675970
Packit 675970
The accepted format is currently only S16.