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:
parent
2abac22871
commit
7fb7fcbe86
@ -64,10 +64,10 @@ sub visualise(@)
|
|||||||
read_config ();
|
read_config ();
|
||||||
|
|
||||||
%pipes = (
|
%pipes = (
|
||||||
"goom", "goom",
|
"goom", "stereo2mono ! goom",
|
||||||
"chart", "chart",
|
"chart", "stereo2mono ! chart",
|
||||||
"synaesthesia", "synaesthesia",
|
"synaesthesia", "synaesthesia",
|
||||||
"monoscope", "monoscope"
|
"monoscope", "stereo2mono ! monoscope"
|
||||||
);
|
);
|
||||||
|
|
||||||
if ($#ARGV > 0) {
|
if ($#ARGV > 0) {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user