Lines Matching full:effect
26 my $effect='rate';
27 #my $effect='rate -q';
28 #my $effect='rate -l';
29 #my $effect='rate -h -M';
30 #my $effect='rate -h -b 90';
31 #my $effect='sinc 400-2000';
32 #my $effect='sinc -n 1024 400-2000';
59 $effect="@ARGV";
63 if ($effect =~ m{^(rate|upsample|downsample|speed)}) {
69 print("# Testing $sox -c1 -r$rate0 i0.xx.$t j0.xx.$t $effect\n");
71 print("# Testing $sox -c1 -r$rate0 i*.$t -r$rate1 u*.$t $effect\n");
90 qx{$sox -c1 -r$rate0 i$s.$t -r$rate0 o$s.$t $effect} ;
93 qx{$sox -c1 -r$rate0 i$s.$t -r$rate1 u$s.$t $effect 2>/dev/null};
95 qx{$sox -c1 -r$rate1 u$s.$t -r$rate0 o$s.$t $effect 2>/dev/null};