[LAU] rubberband and batch processing

Frank Barknecht fbar at footils.org
Fri Jun 6 10:34:56 EDT 2008


Hallo,
Chris Cannam hat gesagt: // Chris Cannam wrote:

> e.g. for the loop I mentioned in my previous mail, start by running
> 
> for x in *.wav; do
>    echo -t 0.8 "$x" "${x%%.wav}-100.wav"
> done
> 
> then if that looks right, just up-arrow and replace echo with
> rubberband or whatever your program is.
> 
> Doesn't work if your first argument happens to be one of those also
> accepted by echo, of course. 

Just leave the command name in your test command line like: 

for x in *.wav; do
   echo rubberband -t 0.8 "$x" "${x%%.wav}-100.wav"
done

and then instead of replacing the "echo" with "rubberband", just remove
the "echo" altogether.

Ciao
-- 
 Frank Barknecht                                     _ ______footils.org__



More information about the Linux-audio-user mailing list