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?
Creating Chain: batching files audio on on side to both
Forum rules
This forum is for Audacity on Windows.
Please state which version of Windows you are using,
and the exact three-section version number of Audacity from "Help menu > About Audacity".
Audacity 1.2.x and 1.3.x are obsolete and no longer supported. If you still have those versions, please upgrade at https://www.audacityteam.org/download/.
The old forums for those versions are now closed, but you can still read the archives of the 1.2.x and 1.3.x forums.
Please state which version of Windows you are using,
and the exact three-section version number of Audacity from "Help menu > About Audacity".
Audacity 1.2.x and 1.3.x are obsolete and no longer supported. If you still have those versions, please upgrade at https://www.audacityteam.org/download/.
The old forums for those versions are now closed, but you can still read the archives of the 1.2.x and 1.3.x forums.
-
ryan112ryan
- Posts: 2
- Joined: Mon Jul 11, 2016 2:49 am
- Operating System: Windows 7
-
kozikowski
- Forum Staff
- Posts: 69374
- Joined: Thu Aug 02, 2007 5:57 pm
- Operating System: macOS 10.13 High Sierra
Re: Creating Chain: batching files audio on on side to both
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
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
- Attachments
-
- Screen Shot 2016-07-10 at 21.06.01.png (11.13 KiB) Viewed 299 times
-
Robert J. H.
- Posts: 3633
- Joined: Thu May 31, 2012 8:33 am
- Operating System: Windows 10
Re: Creating Chain: batching files audio on on side to both
You can include a Nyquist prompt command in the chain to do this.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?
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
-
Gale Andrews
- Quality Assurance
- Posts: 41761
- Joined: Fri Jul 27, 2007 12:02 am
- Operating System: Windows 10
Re: Creating Chain: batching files audio on on side to both
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
You can read here about Nyquist effects and how to install them:
http://manual.audacityteam.org/man/effe ... st_effects.
Gale
________________________________________FOR INSTANT HELP: (Click on Link below)
* * * * * Tips * * * * * Tutorials * * * * * Quick Start Guide * * * * * Audacity Manual
* * * * * Tips * * * * * Tutorials * * * * * Quick Start Guide * * * * * Audacity Manual