An attempt to apply Repair channel to mono
Forum rules
If 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
If 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
An attempt to apply Repair channel to mono
Dear experts! I propose to improve the "Repair channel" effect. Now it does not work with mono tracks, it gives an error. I propose to change it so that when applied to a mono channel, it will be automatically duplicated and then, like "Make stereo track" - and further applying to stereo.
- Attachments
-
- Capture.PNG (34.68 KiB) Viewed 408 times
Re: An attempt to apply Repair channel to mono
I presume that you are referring to this plug-in: https://wiki.audacityteam.org/wiki/Nyqu ... ir_Channel
Please read the description on that page - do you see the obvious flaw in your idea?
Perhaps this plug-in is better for what you want: viewtopic.php?p=164527#p164527
Please read the description on that page - do you see the obvious flaw in your idea?
Perhaps this plug-in is better for what you want: viewtopic.php?p=164527#p164527
9/10 questions are answered in the FREQUENTLY ASKED QUESTIONS (FAQ)
Re: An attempt to apply Repair channel to mono
I am refering to:
To be able to mono track. The meaning is that you will not need to duplicate yourself and make stereo track.
To be able to mono track. The meaning is that you will not need to duplicate yourself and make stereo track.
- Attachments
-
- Capture.PNG (28.12 KiB) Viewed 404 times
Last edited by юра00 on Mon Aug 12, 2019 3:19 pm, edited 1 time in total.
Re: An attempt to apply Repair channel to mono
So do you see the obvious flaw in your idea?
For repairing damage to one channel of a stereo track by overwriting the damaged region with audio from the other channel.
9/10 questions are answered in the FREQUENTLY ASKED QUESTIONS (FAQ)
Re: An attempt to apply Repair channel to mono
It makes sense. It turns out that this effect works positively, even if the repaired (right) channel is in perfect order.
Re: An attempt to apply Repair channel to mono
I inaccurately posed the question. Is it possible to make run in one click? I often download tracks from the 60-70s and sometimes come across mono tracks. And working with mono is not entirely convenient.
Code: Select all
Duplicate - Make Stereo trackRe: An attempt to apply Repair channel to mono
Assuming there is only one track in the project, and you are using the current version of Audacity, create a Macro with these commands, then create a keyboard shortcut to the Macro.
Code: Select all
SelectAll:
Copy:
RemoveTracks:
NewStereoTrack:
Paste:
9/10 questions are answered in the FREQUENTLY ASKED QUESTIONS (FAQ)
Re: An attempt to apply Repair channel to mono
Does not work. I can not find Newstereotrack in the list. And without it, the track is simply deleted.
- Attachments
-
- Capture.PNG (136.93 KiB) Viewed 375 times
-
- Capture.PNG (42.51 KiB) Viewed 375 times
Re: An attempt to apply Repair channel to mono
9/10 questions are answered in the FREQUENTLY ASKED QUESTIONS (FAQ)
Re: An attempt to apply Repair channel to mono
Or you can put this file in Audacity's "Macro" folder if you know where that is.
9/10 questions are answered in the FREQUENTLY ASKED QUESTIONS (FAQ)