How would it be able to be automated?
It would be worth a shot to see and maybe trying millisecond calculation adjustments of where it cuts to see at least how smooth it could be.
Import RAW Audio Showing Combined File, Trying To Get Isolated Track
Forum rules
This forum is for Audacity on macOS 10.4 and later.
Please state which version of macOS you are using,
and the exact three-section version number of Audacity from "Audacity 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 macOS you are using,
and the exact three-section version number of Audacity from "Audacity 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.
-
markgreen1
- Posts: 7
- Joined: Sun Aug 30, 2020 11:10 pm
- Operating System: macOS 10.15 Catalina or later
Re: Import RAW Audio Showing Combined File, Trying To Get Isolated Track
IF the audio switches cleanly from one mic to the other mic at precisely constant intervals, then we could:
1. Make a duplicate copy of the track
2. Modulate the first track with a square wave that has precisely the same interval as the "switching" to mute alternate sections.
3. Modulate the second track with a square wave that is 180 degrees out of phase with the first, to give us the other mic.
4. Use "Truncate Silence" effect to remove the silences.
Steps 2 and 3 would be done with a Nyquist script (which we would need to write).
9/10 questions are answered in the FREQUENTLY ASKED QUESTIONS (FAQ)
-
markgreen1
- Posts: 7
- Joined: Sun Aug 30, 2020 11:10 pm
- Operating System: macOS 10.15 Catalina or later
Re: Import RAW Audio Showing Combined File, Trying To Get Isolated Track
Should I send you the audio track to try it?
Re: Import RAW Audio Showing Combined File, Trying To Get Isolated Track
Three solutions to alternately chop at equal-intervals are covered in this thread ... viewtopic.php?p=233255#p233255steve wrote: ↑Tue Sep 01, 2020 9:05 pm...2. Modulate the first track with a square wave that has precisely the same interval as the "switching" to mute alternate sections.
3. Modulate the second track with a square wave that is 180 degrees out of phase with the first, to give us the ...
Steps 2 and 3 would be done with a Nyquist script (which we would need to write).
-
markgreen1
- Posts: 7
- Joined: Sun Aug 30, 2020 11:10 pm
- Operating System: macOS 10.15 Catalina or later
Re: Import RAW Audio Showing Combined File, Trying To Get Isolated Track
Tried a few times coming back to this to make sense of it but I think I'm a bit out of my depth in trying those solutions myself..