Cutting audio out of multiple files simultaneously

Audacity Podcaster Forum.
Forum rules
ImageIf you require help using Audacity, please post on the forum board relevant to your operating system:
Windows
Mac OS X
GNU/Linux and Unix-like
Post Reply
alowther325
Posts: 2
Joined: Wed Jan 23, 2019 7:34 pm
Operating System: macOS 10.14 Mojave

Cutting audio out of multiple files simultaneously

Post by alowther325 » Wed Jan 23, 2019 7:43 pm

Hello,

I'm so glad I found this board. I can't find an answer online anywhere.

For work, I am currently editing out the intro and outro of a podcast that we have. There are hundreds, if not thousands of episodes that I need to edit the intro and outro out of. I've been doing them individually, but I'm wondering if there's a way to take the first ten seconds/last 20 seconds out of all episodes at once.

Thanks in advance for your help!

Alex :mrgreen:

waxcylinder
Forum Staff
Posts: 14687
Joined: Tue Jul 31, 2007 11:03 am
Operating System: Windows 10

Re: Cutting audio out of multiple files simultaneously

Post by waxcylinder » Thu Jan 24, 2019 9:51 am

Yes, you should be able to develop a Macro:
https://manual.audacityteam.org/man/macros.html
https://manual.audacityteam.org/man/manage_macros.html

The Macro commands that you will need are

1) Select: for this you can set the parameter for the required length and whether it is relative to start or end

2) Delete

You will obviously need to add two sets of Select/Delete for the start and the end

3) and Export (in whatever format you need)


You will need to have all the audio files to be processed in a single folder. The edited output files will be placed in a new folder called "cleaned" in that location with the outpit files having the same name is the input files.

And as it says in the Manual: "It is recommended not to process more than 500 files at a time. "

WC
________________________________________FOR INSTANT HELP: (Click on Link below)
* * * * * FAQ * * * * * Tutorials * * * * * Audacity Manual * * * * *

waxcylinder
Forum Staff
Posts: 14687
Joined: Tue Jul 31, 2007 11:03 am
Operating System: Windows 10

Re: Cutting audio out of multiple files simultaneously

Post by waxcylinder » Thu Jan 24, 2019 9:59 am

Oh and you may want to add Fades to the start and end

I see there is a single Macro Command called "Fade Ends" (with no parameters) of which the Manual says:
"Fadees in the first second and fades out the last second of a track"

and I'm just off to fix that typo ...

Using this should avid clicks at the start and end


I would strongly suggest that you experiment with your Macro on test audio first ;)

Update: I see now that the "Fade Ends" is itself a Macro - one that comes supplied with Audacity - it will give you a good example of how to make your start and end selections.

WC
________________________________________FOR INSTANT HELP: (Click on Link below)
* * * * * FAQ * * * * * Tutorials * * * * * Audacity Manual * * * * *

Post Reply