2 stereo channels into 1 stereo track

hi all
I have a stereo track with one mic recording in the left channel and the other in the right. I can't work out how to convert this into a stereo file where both mics can be heard in both channels????
I know how to convert them into a single mono track, that's easy. But I need it in stereo as I will be adding music to it in a multitrack file later on and would prefer stereo quality.
is anyone able to help? please?
thanks

If they are of identical (and I do mean identical) lengths, you should be able to copy and paste one track into the other and set the level so it matches.
Like adding a harmony to a chorus, except you're selecting the entire track and pasting it into the entire (selected) other track.
From the Edit menu, select Mix Paste, and it will ask you to set sound levels for the original and added selections. It takes a few attempts to get it like you want it, but it should leave the stereo track with both mics audible.

Similar Messages

  • How to SPLIT ONE STEREO TRACK'S L & R CHANNELS INTO TWO MONO CHANNELS

    Does anyone know if this is possible: How to SPLIT ONE STEREO TRACK'S L & R CHANNELS INTO TWO MONO CHANNELS?  There's got to be a way, but I just can't find out how.
    I recorded a podcast -- me and a guest, with each mic going to its own mono channel. When I opened it in Audition it mixed them into one stereo channel. 
    Thanks in advance for any help.
    Best,
    Shawn 

    You're a big help! Thanks very much.  Simple yet I must be going blind because I didn't see that in the menu.
    Take care and THANKS AGAIN.
    Shawn

  • Can you combine both tracks of a stereo channel into one new stereo channel that has both channels?

    This is an old 3/4 inch newsroom tape where they put one side of the story on the left channel and the SOF part on the right channel, so it bounces back and forth as you listen. I captured it in one stereo track but I don't see anyway to combine them on a new stereo master track that would have both the original tracks blended together in sort of a mono version but still coming out of both speakers.  Premiere Pro CC.

    http://www.larryjordan.biz/premiere-pro-cs6-isolate-audio-channels/
    I like option 3.

  • How to capture 2 stereo tracks (4 channels) in Premiere CS6? Thanks!

    Problem capturing 2 stereo tracks (4 channels) into Premiere CS6 (on a Mac) from a Canon xls1? Thanks, IndigoJim!

    I'm sure I used to get all 4 tracks from my XL1s, If I rememder correctly there was one Avi with a stereo track and a separate wav with the other pair. When in 4 track mode the audio is only 12 bit. The computer I used back then had a Matrox RT100 board, It might have been a Matrox utility that I used for the capture.

  • Merge Left Right into 1 Stereo Track

    I recall watching a video tutorial on some topic, and the presenter merged two separated LEFT RIGHT tracks in an MXF clip into one standard STEREO track.  I can't remember how he did it, or where the tutorial was I was watching to see it again.
    Does anyone know this little trick, and in what version of PPro it works in?

    Before the clip is used in a sequence, select it in your bin/Project Panel, and go to Clip > Audio Options > Source Channel Mappings. There you'll have several options about how to interpret the audio channels in your MXF clip, including "turning off" unneeded audio channels. Note that you must do this before the clip is in use, otherwise, the remapping options will be grayed out.
    Also, this works on CS3 forward.

  • How do you combine 2 mono tracks into a single stereo track?

    Question here:
    How do I combine 2 mono tracks into a single stereo track in Logic?
    I recorded using my left and right out of my keyboard to a hard-disk recorder (Korg d888). The files are made as two separate wav files. Is there way to combine these in Logic so I can treat it as one stereo track?
    I have several files to do and am hoping Logic has something like a "combine tracks to stereo track" tool or something.

    Solo both tracks and bounce them with no effects and faders at 0 dB.

  • How can I extract the two channels from a stereo track?

    Hi,
    I am writing a class that is able to draw an audio signal. It seems to be working well but I have a question. If I load a mono audio file I am able to draw it on a graph by using the byte[] array and everything is ok until now. That's the code:
    void Draw(byte[] x)
                Graphics g=getGraphics();
                Graphics2D g2=(Graphics2D)g;
                g2.setRenderingHint(RenderingHints.KEY_ANTIALIASING,                     RenderingHints.VALUE_ANTIALIAS_ON);
                for(int i=0; i<x.length-6; i++)
                    g2.draw(new Line2D.Float(((i*(getWidth()-6))/x.length)+5, (getHeight()/2)-          ((x*(getWidth()-6))/x.length), (((i+1)*(getWidth()-6))/x.length)+5, (getHeight()/2)-     ((x[i+1]*(getWidth()-6))/x.length)));
    The results is correct only if I have a mono track. Obviously when I get a stereo track the array becomes very large so here the question. How can I extract the two audio channels from a stereo track?
    Thanks in advance.
    Maurizio Di Vitto                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               

    A mono audio stream is stored [sample, sample, sample, sample], so just a list of samples in an array.
    A stereo sample is interleaved in the same manner, so you get [left-sample, right-sample, left-sample, right-sample]
    So every nth sample is the 1st channel, every nth+1 is the 2nd channel...

  • How to play back one channel of the stereo track in both headphone cans?

    I recorded two microphones in one stereo track. Is there some way I could listen to the left channel and then to the right channel in both cans in my headphones, like a mono track? Panning moves all sound to the left can or the right one in my headphones. But I'd like to listed Left channel as mono channel in both headphone cans, and then press some button and listen to the right channel in both cans. How can I do it?

    No problem. By the way, there is a wrinkle in Logic that you may not be aware of.
    When dealing with a stereo track, the knob in the channel strip that you may think of as a Pan knob is not. It's a Balance knob. What is does is to change the level of what's in either left or right channel but does NOT move the left signal to the right or vice versa.
    To prove this:
    * Create a project with two mono audio tracks
    * Put different files on each track
    * Pan one hard left, the other hard right
    * Bounce the result
    * Create a new project with a stereo audio track
    * Import the audio that you exported above
    * Use the Balance Knob to bring either up or down
    * Note you cannot move one signal from its original position
    If you want to pan a stereo signal, you have to use the insert: Imaging > Direction Mixer. Only then can you position a stereo signal in your stereo field. This is documented in the user manual in the section called: "Setting the Pan, Balance, or Surround Position".
    Have fun!
    Pete

  • How to make 48 mono tracks into 24 stereo tracks

    When I opened a Final Cut Pro project in Audition 5.5 the Final Cut Pro project had 24 stereo pairs.  The Audition project has 48 mono tracks.  How do I convert every pair of mono tracks into a stereo track?

    The FinalCut XML format that is used to send this only accomodates mono clips on mono tracks (just like FinalCut itself). If it supported Stereo clips on Stereo tracks like most DAWs or PremierePro, then it wouldn't really be an issue.
    That being said, the linking between two adjacent clips in a stereo pairs in FinalCut doesn't transfer over because this version of Audition CS5.5 doesn't have the ability to group clips.   If the source audio files are originally stereo, you could save the session as a SESX, and then perhaps make a script to modify the XML to change all the tracks to stereo, and find and combine 2 mono clips referencing a stereo file, and just make a single stereo clip.  I'm not sure if that explanation helps (or even makes sense).
    Perhaps you could post the session, and I could give more direct advice.

  • In Final Cut Pro X 10.1.1 I'm trying to separate left and right stereo tracks to delete left and pan right to centre. I cannot find a way to do this.

    I record in stereo with a 10KHz tone down the left channel to defeat AGC on my camera and mic feed into the right channel. When I edit, I want to mute/delete the left channel and pan the right into the centre, to leave me with mono audio across both left and right. I could do this easily in FCP 6 but can find no way to do it in FCP X. I'm using the same source files. When I choose Dual Mono mode in the Audio Inspector, it mixes left and right and pushes the combined signal into both channels, giving me a mix of 10KHZ tone and audio in both left and right. Stereo mode shows me the two channels correctly with one driven hard (the tone) and the other at good voice levels. I just want to kill the left channel and pan the right to centre.
    I'm converting original TOD files using MPEG Streamclip before import and definitely keeping audio as stereo.
    This is driving me nuts! It should be simple and is in FCP 6. Any help greatly appreciated.
    Stereo Setting
    Mono Setting

    Mb - If you're using FCPX 10.1.1 and Mavericks, make certain you've downloaded the most current Sony XDCAM FCPX plugin from sonycreativesortware.com unless you're using an older version of FCPX and then you'd need the previous XDCAM plugin.
    You shouldn't see 8 mono tracks.  There are import settings in /fCPX that you can check and I don't ask FCPX to analyze my media or seperate mono or combine stereo, etc.  I like to have everything come in as it is, especially because I know what I've done with every channel, etc.
    What I wrote to Ian is what I'd tell you - so please take a look at how you can make a "stereo" track that is actually two mono tracks, mono.  Once you do that you can address each mono channel by itself since it needs different volume, compression, and EQ than other channels.
    There are ethernet, USB, and firewire controllers that work in FCPX, but that's not the typical workflow because generally if you're getting into any amount of post audio sweetening beyond basic "staples" audio treatment, you would instead use "Roles" to export your audio to Logic or Pro Tools and do you work in those applications and then cut the final product back into your FCPX project.  In Logic or Pro Tools is where you might use a controller.
    In terms of automating levels, I'm not positive I know what you mean.  Compressor is a nice internal Logic plugin that kind of automates levels in a way but its about compressing peaks at a threshold that you set and at a ratio of compression.  So I may not understand what other automation is available unless you've exported you tracks to Logic or Pro Tools.

  • How do i export 16 mono tracks in a sequence as 8 stereo tracks.

    Hi I'll be working with 16 tracks of mono audio in Premiere to enable flexibility with my audio edits but when i export i want to make those 16 tracks as 8 stereo tracks, as this is what our specs for TX are.  So 1&2 will be stereo track 1, 3&4 will be stereo track 2, 5&6 will be stereo track 3 and so forth... In FCP this is easy as you can link and unlink the audio in the sequence, and in the sequence settings audio outputs dictate whether it will be mono or stereo.
    From what i gather i can edit in mono sequence then copy and paste into stereo sequence, however as the audio tracks are 1 track whether it is stereo or mono how do 16 fit into 8 when pasting.
    Sorry in advance if i am missing something very easy here, but im pulling my hair out with this.
    Thanks in advance
    Jason

    PP wil naturally send a track to two channels, even with a multichannel Master.  So you can ruote the tracks in the Mixer window.

  • Making two mono tracks from one stereo track?

    I've used the M-Audio MobilePre USB device to record  vocal and guitar at the same time. In GarageBand, this inputs as one track, with guitar on the left channel and vocal on the right.
    I'd like to separate this one stereo track into two mono tracks for further mixing and editing.
    Any ideas on how to do this?
    Thanks!

    therealkenrg wrote:
    I'd like to separate this one stereo track into two mono tracks
    http://www.bulletsandbones.com/GB/GBFAQ.html#stereotomono
    (Let the page FULLY load. The link to your answer is at the top of your screen)

  • (True) "Real" Stereo tracks converted to Mono after 5.1 update

    Hello:
    I have true stereo (as opposed to dual/centered mono) vocal and guitar tracks included in my most recent project. When I played everything back yesterday I noticed that all the "real" instruments had been converted to mono. I checked the source AIFF files and discovered they are still stereo. I typically record multiple vocal tracks and the export the resultant combined vocals (mono) and clean things up in Amadeus Pro. I often split the track, offset one channel, merge the channels and save the now-stereo file which gets imported back into GarageBand. This saves me from having literally hundreds of iso vocal tracks to deal with and it also opens up the vocals by spreading them across the stereo image.
    The unwanted stereo to mono conversion has happened once or twice the past and I've never really figured out a remedy other than reimporting the AIFF files.
    I was simply curious if anyone had experienced this phenomenon before and discovered a fix before I began the task of reimporting the stereo tracks. Btw, earlier versions of the project were unaffected by the update (if indeed it was the 5.1 update that cause the problem)—so it appears that only the current working project was altered.
    Thanks!
    ~Huck

    I discovered I had only one option (mono) until I unplugged my Mbox and selected System Setting as input source in GarageBand. At that point, stereo became available as a option and I went track by track enabling stereo playback. Thank you very much for your assistance! While I'm not entirely certain why having my Mbox selected as the input source changed all my "real" tracks to mono, at least I don't need to go through the hassle of re-importing the source material. I need to use the Mbox for guitar and bass tracks, so hopefully this was a one-time oddity.
    Again, thank you for your help!
    ~Tom

  • Separating stereo tracks already on a timeline

    I'm running CC 2014. I recorded all of my audio using a stereo track - there's a lav in the left and a shotgun mic in the right. I need to be able to adjust the volume of the channels independently.
    My problem is that I imported all of my footage using the "use file" settings in the audio preferences panel in Premiere, and then I began editing.
    I know that I should have imported the footage using the "mono" settings in the audio preferences panel, and when I import footage into my project after changing my settings to mono, my audio comes in as two separate tracks, which is what I want.
    However, I can't find a way to separate the channels of stereo tracks that I've already imported and begun editing with. This is a huge problem, as I've already edited a 30 minute timeline and don't want to start over.
    My question: is there a simple way to separate the audio channels of a stereo track already on a timeline into two mono tracks?
    If not, is there a sensible workaround that doesn't involve shifting things around on the timeline and replacing clips one by one?
    Thanks for your help.

    I always recommend (and use) Richard's method, but you don't necessarily need to duplicate tracks to use it. If your intention is to use EITHER the left or right source audio at any given time and not combine them, then simply apply FILL LEFT or FILL RIGHT to the different cut up audio clips. For instance with a wedding video, Left audio is Podium Mic and Right is Groom's Mic. You would not want to mix/hear both at once - it is one or the other, depending on what it happening in a given scene. So just "activate" the source you want to hear for each clip.
    I use a short audio crossfade between audio clips when switching between L and R source and this pretty much eliminates any noticeable jump in the audio. For footage that has not yet been edited (one long clip), use the Razor tool and just make cuts where you want to switch sources. Apply Fill effect to each segment as appropriate, with crossfade applied at cuts. Simple and clean results.
    Thanks
    Jeff Pulera
    Safe Harbor Computers

  • Best way to apply mono effect to stereo track?

    I have a bit of guitar gear that generates a stereo signal that I want to use. I can record it into a stereo track no problem. But I would also like to use effects like Channel EQ on it.
    Is there any straightforward way to apply a Channel EQ or other mono effect to both sides of the one stereo track? I seems like that would be a common enough thing to do for Logic to have a mechanism for it...
    I know that I could just record the stereo signal onto two mono channels, but then that becomes a hassle grouping them and keeping other settings synchronized, etc.

    Never mind. I just figured out that since I had selected one of the built-in electric guitar channel strips (as a starting point) that the effects in the menu were all mono. I reset the channel strip settings and then Channel EQ (and others) are now showing as stereo in the menu. Great!

Maybe you are looking for

  • Safari won't restore window/toolbar/URL/search bar

    HI all, I have a very baffling situation.  We have MacPro 2010 on 10.8.  recently my son complained that his Safari doesn't work.  I looked at it: 1.  open Safari, and you get the menubar, but no browser window 2.  under the menu-->windows, I find "u

  • Finder crashes all the time

    Since last friday I got a problem. When I try to open a file or even look for the specifics of a file Finder crashes and I need to restart it. When I open the files with excel or word or something everything is OK. I never had this problem before. Ca

  • Query_only and no_query_only

    Hi How do I know when I am in a called form that this form was called in query_only or no_query_only mode? Is there a property that one can retrieve? I need to determine this in a when-new-form-instance trigger. Thanks Francois

  • Finding Mode of an array of numbers.

    I'm having troubles with finding the mode of an array of numbers. When the mode is in the middle of the set of numbers, it works, but when it is at the end, it doesnt. For example.. if i had the numbers ... 2,3,3,4,5,6,6,6 in an array, it would tell

  • Business Phones - Nokia Still Dont Get It!

    I've recently moved from a Blackberry to Nokia E5. I mut say that my new Nokia has everything the Blackberry does, except I was surprized to find that Nokia has learnt nothing from Blackberry's success. The email application on the E5 is nothing shor