Re: [LAU] rubberband and batch processing

From: Frank Barknecht <fbar@email-addr-hidden>
Date: Fri Jun 06 2008 - 17:34:56 EEST

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__
_______________________________________________
Linux-audio-user mailing list
Linux-audio-user@email-addr-hidden
http://lists.linuxaudio.org/mailman/listinfo/linux-audio-user
Received on Fri Jun 6 20:15:03 2008

This archive was generated by hypermail 2.1.8 : Fri Jun 06 2008 - 20:15:03 EEST