Page 1 of 1

Creating Chain: batching files audio on on side to both

Posted: Mon Jul 11, 2016 2:56 am
by ryan112ryan
I have a ton of files that I need to convert from a files where audio is recorded on left side, but not right. So I need to duplicate the good side to create a full stereo track

What I've been doing is splitting the stereo into mono, deleting the blank side, add new stereo track, then copy pasting the single good track onto both sides of the new stereo track

I have a lot of files to do this with, is there an easy way to do this in batch using chains?

Re: Creating Chain: batching files audio on on side to both

Posted: Mon Jul 11, 2016 4:11 am
by kozikowski
You understand that splitting, deleting and converting the remaining track to Mono will have that effect without all the rest of the steps? A full stereo track is not the only way to play to two sets of speakers and Mono has half the storage requirements.

Attached. Note it says "Mono" on the left of the graphic. This is a noise clip I generated. It's a single blue wave, yet it plays to both left and right.

All these tricks are done with the drop-down menu to the left of the track and I'm not sure if managing those settings is covered in Chains.

http://manual.audacityteam.org/man/chai ... ation.html

Koz

Re: Creating Chain: batching files audio on on side to both

Posted: Mon Jul 11, 2016 5:42 am
by Robert J. H.
ryan112ryan wrote:I have a ton of files that I need to convert from a files where audio is recorded on left side, but not right. So I need to duplicate the good side to create a full stereo track

What I've been doing is splitting the stereo into mono, deleting the blank side, add new stereo track, then copy pasting the single good track onto both sides of the new stereo track

I have a lot of files to do this with, is there an easy way to do this in batch using chains?
You can include a Nyquist prompt command in the chain to do this.
The "parameter" for the inserted Nyquist prompt effect is:

(aref *track* 0)

This copies the left side to both channels. Ensure that legacy syntax is NOT checked in the Nyquist prompt, otherwise use 's' instead of '*track*'.

Robert

Re: Creating Chain: batching files audio on on side to both

Posted: Mon Jul 11, 2016 12:19 pm
by Gale Andrews
Or there is Steve's Channel Mixer which gives some more flexibility.

You can read here about Nyquist effects and how to install them:
http://manual.audacityteam.org/man/effe ... st_effects.


Gale