+ Reply to Thread
Results 1 to 22 of 22
-
In both Audacity and Adobe Audition it opens as a stereo track as per attached image
SONY 75" Full array 200Hz LED TV, Yamaha A1070 amp, Zidoo UHD3000, BeyonWiz PVR V2 (Enigma2 clone), Chromecast, Windows 11 Professional, QNAP NAS TS851 -
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
Code:ffmpeg -i input.wav -map_channel 0.0.0 left.wav -map_channel 0.0.1 right.wav
-
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 -
-
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
After this you can do whatever you wish... -
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
-
SONY 75" Full array 200Hz LED TV, Yamaha A1070 amp, Zidoo UHD3000, BeyonWiz PVR V2 (Enigma2 clone), Chromecast, Windows 11 Professional, QNAP NAS TS851
-
Here it is
SONY 75" Full array 200Hz LED TV, Yamaha A1070 amp, Zidoo UHD3000, BeyonWiz PVR V2 (Enigma2 clone), Chromecast, Windows 11 Professional, QNAP NAS TS851 -
-
-
SONY 75" Full array 200Hz LED TV, Yamaha A1070 amp, Zidoo UHD3000, BeyonWiz PVR V2 (Enigma2 clone), Chromecast, Windows 11 Professional, QNAP NAS TS851
-
netmask56 ,
Thanks ,
Then use simply use the option "split stereo track" located immediately above "split track to mono"
when I open saved-file , it again shows up as two-channels-onetrack .
Is there a way so save it as two traacks ? Thanks -
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.
-
SONY 75" Full array 200Hz LED TV, Yamaha A1070 amp, Zidoo UHD3000, BeyonWiz PVR V2 (Enigma2 clone), Chromecast, Windows 11 Professional, QNAP NAS TS851
-
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.
-
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 -
split stereo track to mono
delete one track
export
undo delete
delete other track
exportLast edited by jagabo; 14th Feb 2017 at 10:44.
-
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 ?
ThanksLast edited by vmars316; 15th Feb 2017 at 20:52.
-
Similar Threads
-
decode 5.1 matrix surround wav file to 6 mono wav files
By Zerrax in forum AudioReplies: 2Last Post: 24th Nov 2013, 07:39 -
Possible to repair a WAV file?
By sdsumike619 in forum AudioReplies: 19Last Post: 12th Jun 2013, 00:32 -
Converting a non-standard .wav file?
By sammeister8 in forum AudioReplies: 4Last Post: 4th May 2013, 15:35 -
Recording wav file in the softphone
By Niko68 in forum ProgrammingReplies: 0Last Post: 23rd Jan 2013, 02:59 -
possible bad frame prob with file from Panasonic miniDVD camera
By ronhud in forum Camcorders (DV/HDV/AVCHD/HD)Replies: 2Last Post: 4th Apr 2012, 16:40