Re: [LAU] rubberband and batch processing

From: M-.-n <nostromo@email-addr-hidden>
Date: Fri Jun 06 2008 - 15:51:22 EEST

Dave Phillips a écrit :
>
> 2. How do I use rubberband to process the whole directory ?
>
>
>
Usually when the program doesn't support off the shelf wildcarding I use
awk whose output I redirect to a script that I run after I checked it
looks right

here's an example with mv:

ls *.wav | awk '{ print "mv "$1".wav "$1"-100.wav" }' > doit.sh
chmod +w doit.sh
./doit.sh

hope this helps
Marc
_______________________________________________
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 16:15:06 2008

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