Use stereo2mono plugin for scopes which require mono input.

Original commit message from CVS:
Use stereo2mono plugin for scopes which require mono input.
It would be better if esdmon and osssrc were able to give mono output:
they need caps negotiation.
This commit is contained in:
Richard Boulton 2002-03-03 17:27:41 +00:00
parent 41051b2a19
commit f9c2dd0f44

View file

@ -64,10 +64,10 @@ sub visualise(@)
read_config ();
%pipes = (
"goom", "goom",
"chart", "chart",
"goom", "stereo2mono ! goom",
"chart", "stereo2mono ! chart",
"synaesthesia", "synaesthesia",
"monoscope", "monoscope"
"monoscope", "stereo2mono ! monoscope"
);
if ($#ARGV > 0) {