Page 1 of 2
Creating Batch
Posted: Fri Jun 15, 2012 4:31 pm
by rarekind
Hello everyone,
What I want is a shortcut of audacity which has a code that I can drop any audio track on and puts the speed adjustment effect on it. (not the tempo effect)
Or
A batchfile which I can put in the directory and output for all the files in that specific folder. (With the same effect)
Does anybody knows how to do this?
With kind regards.
[Moderator Note: Please stop editing this file. Each time it is opened for editing it gets flagged up for moderation which is a waste of time]
Re: Creating Batch
Posted: Fri Jun 15, 2012 4:36 pm
by steve
Batch processing support in Audacity is described in the manual here:
http://manual.audacityteam.org/manual/h ... pply_chain
Re: Creating Batch
Posted: Fri Jun 15, 2012 4:50 pm
by rarekind
Wow!
Thanks a ton!
It works... I'm so happy!
Thank you again! YES!!!!
Re: Creating Batch
Posted: Sat Jun 16, 2012 10:56 am
by rarekind
I did the chain option...
Only got a problem with it.
Audacity does not do all the files in the folder (mp3 / wav)
Even when I check the "all files"
Regards.
Re: Creating Batch
Posted: Sat Jun 16, 2012 12:09 pm
by steve
Did you actually "select" all of the files?
Anything special about the ones that were missed? For example, are they all of a particular type/format?
Re: Creating Batch
Posted: Sat Jun 16, 2012 2:13 pm
by rarekind
I did select all and they are only wav's and mp3's...
it is a batch of 1424 files.
I also see that audacity skipped non capital files...
It's still going on...
I will post more info when it's ready!
This time I only did the wav's
Re: Creating Batch
Posted: Sat Jun 16, 2012 3:52 pm
by rarekind
wav's are ready. and audacity did them all.
the non capitals were done after the tracks with capitals...
on to the mp3's
keep this thread posted...
any insight appreciated
Re: Creating Batch
Posted: Sat Jun 16, 2012 4:37 pm
by steve
Be careful if you have mp3's and WAV's with the same file name.
If you have a file: bladebla.mp3 and a file bladebla.wav and the chain tries to export them both, you will have a file name conflict - I've not tested but I'd not be surprised if the first one to be processed was overwritten by the second.
Re: Creating Batch
Posted: Sat Jun 16, 2012 5:36 pm
by PGA
I'm butting in here with a question just out of curiosity: how would a chain handle the "File already exists, do you want to over-write" dialogue box that would occur when running under Windows and trying to save using a filename that is already present in the destination folder? My understanding (probably flawed) is that chains are built of unconditional logic only, or am I wrong?
Re: Creating Batch
Posted: Sun Jun 17, 2012 11:08 am
by steve
PGA wrote:how would a chain handle the "File already exists, do you want to over-write" dialogue box that would occur when running under Windows and trying to save using a filename that is already present in the destination folder? My understanding (probably flawed) is that chains are built of unconditional logic only, or am I wrong?
Did you try it?
On Linux, files with the same name are overwritten without error or confirmation (which is probably more useful than stalling an unattended batch processing job). I presume that the behaviour is the same on other platforms.