I have a batch of files that I need to add together in pairs, so I looked around and found audacity chains.
However, I cant seem to make the chain do what I want, and then I am not sure of how to specify I need the chain to affect a pairs of files in a whole folder…
Sorry but Chains can’t do that. Currently Chains can only perform batch processing on one file at a time.
I’m not sure how you could do it in any program. How would the program know which of the files to pair up? or doesn’t that matter?
What’s the job? What are you actually trying to do and why? If we can picture the task we may be able to come up with some helpful ideas.
I’d need to make AB with B playing 1s after A has ended.
Then i’d need to apply the same pattern to a few hundred files… I could do it by hand with audacity but I’m looking for a more…“efficient” way that would save 5 hours of repetitive work for one of my interns
How are the files organized? How would the program know which of the files to pair up?
You could perhaps write a script for SoX http://sox.sourceforge.net/
(joining files end to end is know as “concatenating” - that term may help if you need to Google search for how to write a script for SoX)