VideoHelp Forum




+ Reply to Thread
Results 1 to 22 of 22
  1. Member
    Join Date
    Sep 2013
    Location
    Texas , USA
    Search Comp PM
    Hello & Thanks ,
    I have a binaural .wav file that is apparently two channels but shows up in Audacity as one Track .
    When I open with VLC , I can mute Left or Right channels , but don't know how to split it into actual Left/Right tracks .
    Anyone know how to do this ?
    Thanks...Vern
    Image Attached Files
    Quote Quote  
  2. Member netmask56's Avatar
    Join Date
    Sep 2005
    Location
    Sydney, Australia
    Search Comp PM
    In both Audacity and Adobe Audition it opens as a stereo track as per attached image
    Image Attached Thumbnails Click image for larger version

Name:	Audacity.JPG
Views:	66
Size:	142.2 KB
ID:	40457  

    Click image for larger version

Name:	wavefile.JPG
Views:	173
Size:	185.4 KB
ID:	40458  

    SONY 75" Full array 200Hz LED TV, Yamaha A1070 amp, Zidoo UHD3000, BeyonWiz PVR V2 (Enigma2 clone), Chromecast, Windows 11 Professional, QNAP NAS TS851
    Quote Quote  
  3. Originally Posted by vmars316 View Post
    H
    When I open with VLC , I can mute Left or Right channels , but don't know how to split it into actual Left/Right tracks .
    Can you clarify - did you want to output 2 separate mono wavs, derived from each L and R channel ?

    If so , you can use eac3to or ffmpeg . eac3to will automatically label the channels in the output file name

    eac3to
    Code:
    eac3to input.wav output.wavs
    ffmpeg
    Code:
    ffmpeg -i input.wav -map_channel 0.0.0 left.wav -map_channel 0.0.1 right.wav
    IIRC, audacity can channel map too, so you should be able to specify it that way. Or even delete 1 channel, then export, then repeat for the other
    Quote Quote  
  4. Member netmask56's Avatar
    Join Date
    Sep 2005
    Location
    Sydney, Australia
    Search Comp PM
    If you want 2 separate wav files select 'split stereo track to mono' drop down menu within track details on left. Then Export multiple audio - done
    SONY 75" Full array 200Hz LED TV, Yamaha A1070 amp, Zidoo UHD3000, BeyonWiz PVR V2 (Enigma2 clone), Chromecast, Windows 11 Professional, QNAP NAS TS851
    Quote Quote  
  5. Member
    Join Date
    Sep 2013
    Location
    Texas , USA
    Search Comp PM
    Originally Posted by netmask56 View Post
    In both Audacity and Adobe Audition it opens as a stereo track as per attached image
    Thanks ,
    yes I know , but still shows as one track , two channels .
    How can I split off each channel as a separate track ?
    Quote Quote  
  6. Code:
    ffmpeg -i stereo.wav -map_channel 0.0.0 left.wav -map_channel 0.0.1 right.wav
    Code:
    ffmpeg -i stereo.wav -filter_complex "[0:0]pan=1c|c0=c0[left];[0:0]pan=1c|c0=c1[right]" -map "[left]" left.wav -map "[right]" right.wav
    https://trac.ffmpeg.org/wiki/AudioChannelManipulation

    After this you can do whatever you wish...
    Quote Quote  
  7. If you use OcenAudio you can do it easily. Load the audio file. It will display as a musical note in the left panel.
    Right-click on it and a submenu will appear. Simply 'Extract Left Channel', repeat on original file and 'Extract Right Channel'.
    You will now have three files showing; the original, and the left & right separations.
    Right-click on each of these new files in turn and use 'Save As'. Save or transform, your choice.
    Hope that is easier for you.
    Last edited by transporterfan; 6th Feb 2017 at 12:43. Reason: missed a word out
    Quote Quote  
  8. Member netmask56's Avatar
    Join Date
    Sep 2005
    Location
    Sydney, Australia
    Search Comp PM
    Originally Posted by vmars316 View Post
    Originally Posted by netmask56 View Post
    In both Audacity and Adobe Audition it opens as a stereo track as per attached image
    Thanks ,
    yes I know , but still shows as one track , two channels .
    How can I split off each channel as a separate track ?
    I ntold you in my previous post


    If you want 2 separate wav files select 'split stereo track to mono' drop down menu within track details on left. Then Export multiple audio - done
    Please read the help file so that you know where all the menu items are located......
    SONY 75" Full array 200Hz LED TV, Yamaha A1070 amp, Zidoo UHD3000, BeyonWiz PVR V2 (Enigma2 clone), Chromecast, Windows 11 Professional, QNAP NAS TS851
    Quote Quote  
  9. Member netmask56's Avatar
    Join Date
    Sep 2005
    Location
    Sydney, Australia
    Search Comp PM
    Here it is
    Image Attached Thumbnails Click image for larger version

Name:	Image1.jpg
Views:	173
Size:	82.3 KB
ID:	40476  

    SONY 75" Full array 200Hz LED TV, Yamaha A1070 amp, Zidoo UHD3000, BeyonWiz PVR V2 (Enigma2 clone), Chromecast, Windows 11 Professional, QNAP NAS TS851
    Quote Quote  
  10. Member
    Join Date
    Sep 2013
    Location
    Texas , USA
    Search Comp PM
    Originally Posted by netmask56 View Post
    Originally Posted by vmars316 View Post
    Originally Posted by netmask56 View Post
    In both Audacity and Adobe Audition it opens as a stereo track as per attached image
    Thanks ,
    yes I know , but still shows as one track , two channels .
    How can I split off each channel as a separate track ?
    I ntold you in my previous post


    If you want 2 separate wav files select 'split stereo track to mono' drop down menu within track details on left. Then Export multiple audio - done
    Please read the help file so that you know where all the menu items are located......
    Yes , I did that and I get two identical tracks . Not what I want .
    In the wav file Each channel has only 1 tone .
    When I try your way I get two identical tracks . Not what I want .
    I want 1 tone on trackA and the other tone on trackB .
    Quote Quote  
  11. Member
    Join Date
    Sep 2013
    Location
    Texas , USA
    Search Comp PM
    Originally Posted by transporterfan View Post
    If you use OcenAudio you can do it easily. Load the audio file. It will display as a musical note in the left panel.
    Right-click on it and a submenu will appear. Simply 'Extract Left Channel', repeat on original file and 'Extract Right Channel'.
    You will now have three files showing; the original, and the left & right separations.
    Right-click on each of these new files in turn and use 'Save As'. Save or transform, your choice.
    Hope that is easier for you.
    In the wav file Each channel has only 1 tone .
    I want 1 tone on trackA and the other tone on trackB .
    OceanA gives me the same two tones on each track .
    Quote Quote  
  12. Member netmask56's Avatar
    Join Date
    Sep 2005
    Location
    Sydney, Australia
    Search Comp PM
    Originally Posted by vmars316 View Post
    Originally Posted by netmask56 View Post
    Originally Posted by vmars316 View Post
    Originally Posted by netmask56 View Post
    In both Audacity and Adobe Audition it opens as a stereo track as per attached image
    Thanks ,
    yes I know , but still shows as one track , two channels .
    How can I split off each channel as a separate track ?
    I ntold you in my previous post


    If you want 2 separate wav files select 'split stereo track to mono' drop down menu within track details on left. Then Export multiple audio - done
    Please read the help file so that you know where all the menu items are located......
    Yes , I did that and I get two identical tracks . Not what I want .
    In the wav file Each channel has only 1 tone .
    When I try your way I get two identical tracks . Not what I want .
    I want 1 tone on trackA and the other tone on trackB .
    Then use simply use the option "split stereo track" located immediately above "split track to mono"
    SONY 75" Full array 200Hz LED TV, Yamaha A1070 amp, Zidoo UHD3000, BeyonWiz PVR V2 (Enigma2 clone), Chromecast, Windows 11 Professional, QNAP NAS TS851
    Quote Quote  
  13. Member
    Join Date
    Sep 2013
    Location
    Texas , USA
    Search Comp PM
    netmask56 ,
    Thanks ,
    Then use simply use the option "split stereo track" located immediately above "split track to mono"
    When I do that , it splits it , but no matter how I save it (wav or mp3) ,
    when I open saved-file , it again shows up as two-channels-onetrack .
    Is there a way so save it as two traacks ? Thanks
    Quote Quote  
  14. Originally Posted by vmars316 View Post
    Originally Posted by transporterfan View Post
    If you use OcenAudio you can do it easily. Load the audio file. It will display as a musical note in the left panel.
    Right-click on it and a submenu will appear. Simply 'Extract Left Channel', repeat on original file and 'Extract Right Channel'.
    You will now have three files showing; the original, and the left & right separations.
    Right-click on each of these new files in turn and use 'Save As'. Save or transform, your choice.
    Hope that is easier for you.
    In the wav file Each channel has only 1 tone .
    I want 1 tone on trackA and the other tone on trackB .
    OceanA gives me the same two tones on each track .
    No it doesn't. The tones are very similar, I admit , but the separated tracks ARE the two tracks you want.
    They will be the same two tracks in Audacity or any other software you might use.

    Edit: I think I see. Pull FileA and FileB together into Audacity. You will have 2 tracks A+B, one above the other.
    netmask56 has already explained how to do it in Audacity alone. To be frank, you don't seem to be able to
    differentiate between the tracks you have separated, they are so similar.
    What is it you are trying to accomplish? Maybe someone can help by eliciting what it is you are trying to do.
    Last edited by transporterfan; 7th Feb 2017 at 13:29.
    Quote Quote  
  15. Member netmask56's Avatar
    Join Date
    Sep 2005
    Location
    Sydney, Australia
    Search Comp PM
    Originally Posted by vmars316 View Post
    netmask56 ,
    Thanks ,
    Then use simply use the option "split stereo track" located immediately above "split track to mono"
    When I do that , it splits it , but no matter how I save it (wav or mp3) ,
    when I open saved-file , it again shows up as two-channels-onetrack .
    Is there a way so save it as two traacks ? Thanks
    So which menu item did you choose to save the files?
    Hopefully this one
    Image Attached Thumbnails Click image for larger version

Name:	ThisISTheSaveCommand.jpg
Views:	128
Size:	44.1 KB
ID:	40492  

    SONY 75" Full array 200Hz LED TV, Yamaha A1070 amp, Zidoo UHD3000, BeyonWiz PVR V2 (Enigma2 clone), Chromecast, Windows 11 Professional, QNAP NAS TS851
    Quote Quote  
  16. Member
    Join Date
    Aug 2010
    Location
    San Francisco, California
    Search PM
    What the OP wants are two monaural audio streams in a single file. But WAVE and MP3 files don't support multiple streams. They only support multiple channels. When apps like Audacity see a 2-channel WAVE, they assume it's stereo. You will have to use something like an m4a container to support multiple audio streams.
    Quote Quote  
  17. Member
    Join Date
    Sep 2013
    Location
    Texas , USA
    Search Comp PM
    Hello & Thanks All ,
    Audacity-1
    I think I can get what I want 'IF I can select only ONE track at a time in Audacity' .
    My thought is: I can create a single tone track mono , trackA .
    Then create a second single tone track mono , trackB .

    Open up another instance of Audacity-2 for good_morning.wav .
    Then 'IF I can select only ONE track at a time in Audacity ' ,
    Copy one track from Audacity-2 .

    Go back to Audacity-1 and Paste the Copied track into trackA .
    Then do the same for trackB .

    Of course it all depends on can I Select & Copy only one track in Audacity .

    Thanks
    Quote Quote  
  18. Originally Posted by vmars316 View Post
    Of course it all depends on can I Select & Copy only one track in Audacity.
    http://manual.audacityteam.org/man/audacity_selection.html#track_mouse
    Quote Quote  
  19. split stereo track to mono
    delete one track
    export
    undo delete
    delete other track
    export
    Last edited by jagabo; 14th Feb 2017 at 10:44.
    Quote Quote  
  20. Member
    Join Date
    Sep 2013
    Location
    Texas , USA
    Search Comp PM
    raffriff42 & jagabo , Thanks ,
    Got just what needed .

    Except that now I need to find a .* file type that can handle both tracks .
    It seems they all warn that they will merge both tracks into one track . ??
    What file type can I use ?

    Thanks
    Last edited by vmars316; 15th Feb 2017 at 20:52.
    Quote Quote  
  21. Originally Posted by vmars316 View Post
    Except that now I need to find a .* file type that can handle both tracks .
    MOV is one:
    Code:
    ffmpeg -i "1.wav" -i "2.wav" -map 0 -map 1 -c:a copy "2streams.mov"
    Quote Quote  
  22. MKV is another.
    Quote Quote  



Similar Threads

Visit our sponsor! Try DVDFab and backup Blu-rays!