I have an audio file that's being imported as 4 tracks I want to split it up so I can kill off two of the tracks, and then apply effects to the two remaining tracks separately if needed.
How Do I do that?
Tried (Unsuccessfully): Open file in Auditon in "waveform" view - no luck, I can't delete the junk in the beginning.
Right click on track in "Files" section and choose "Insert into Multitrack"
That works, except I now Have 1 track with 4 channels! (That I cannot independently edit)
The source file is from skype call recorder.
It's a .mov file with two stereo AAC streams.
Each side of the conversation is it's own stream.
So functionally, I'm trying to adjust the volume of one stream relative to the other, and do some processing/eq on one or the other (but usually not both at once)
Thanks