[LAU] ALSA: Using a plugin only for capture

Clemens Ladisch clemens at ladisch.de
Wed Dec 7 07:58:49 UTC 2011


Julien Claassen wrote:
> For one of my users I wish to insert a few ladspa plugins for the
> microphone, but if at all possible not for the output

pcm.myplugin {
	type asym
	playback.pcm "plughw:0"
	capture.pcm {
		type ladspa
		slave.pcm "plughw:0"
		...
	}
}


Regards,
Clemens


More information about the Linux-audio-user mailing list