combining 2 multichannel 24/96 wav files |
![]() ![]() |
combining 2 multichannel 24/96 wav files |
Nov 1 2012, 09:27
Post
#1
|
|
|
Group: Members Posts: 5 Joined: 1-November 12 Member No.: 104224 |
Hoping there's a simple tool to join 2 wav files that are 6ch, 24/96 for gapless playback. Thanks for any sage advice.
|
|
|
|
Nov 1 2012, 11:36
Post
#2
|
|
|
Group: Members Posts: 42 Joined: 27-November 11 Member No.: 95439 |
Hoping there's a simple tool to join 2 wav files that are 6ch, 24/96 for gapless playback. Thanks for any sage advice. SoX would do it: CODE sox file1.wav file2.wav output.wav
|
|
|
|
Nov 4 2012, 05:20
Post
#3
|
|
|
Group: Members Posts: 5 Joined: 1-November 12 Member No.: 104224 |
Awesome, thanks, I'll give it a shot!
|
|
|
|
Nov 4 2012, 07:42
Post
#4
|
|
|
Group: Members Posts: 5 Joined: 1-November 12 Member No.: 104224 |
Got it downloaded, read through it thoroughly, and tried hard to run it from the terminal on a mac but it may be over my head.
tractor:/Applications/sox tractor$ sox 01Shine On.flac 02Welcome.flac 03both.flac |
|
|
|
Nov 4 2012, 08:02
Post
#5
|
|
|
Group: Members Posts: 12 Joined: 31-May 10 Member No.: 81026 |
Hoping there's a simple tool to join 2 wav files that are 6ch, 24/96 for gapless playback. Thanks for any sage advice. audio joiner |
|
|
|
Nov 4 2012, 08:46
Post
#6
|
|
|
Group: Members Posts: 28 Joined: 20-May 11 Member No.: 90802 |
sox is not "simple", but should work.
flac is not wav, so sox will probably require libflac for you to use flac support. also, your command line is probably wrong. see http://sox.sourceforge.net/sox.html for the man page, which is valuable reading. maybe read especially about the "--combine" option. you downloaded the precompiled one, right? I mean, that one comes with flac support, according to the README.osx file. you can find it as "sox-14.4.0-macosx.zip" in this directory: http://sourceforge.net/projects/sox/files/sox/14.4.0/ in short, try: sox --combine concatenate 01Shine\ On.flac 02Welcome.flac 03both.flac OR: sox --combine merge 01Shine\ On.flac 02Welcome.flac 03both.flac yes, I added the '\', and yes, it is important. |
|
|
|
Nov 4 2012, 21:22
Post
#7
|
|
|
Group: Members Posts: 5 Joined: 1-November 12 Member No.: 104224 |
Thank you...pretty obvious I'm a newbie to command line moves. Kind of hitting the wall regarding why I still have my user name at the end of my command line, so I'll be looking into that. Assuming I'm ok by cd'ing to my sox directory, then running the command with files also inside that directory.
Thanks, definitely scoured/scouring the sourceforge.net page + definitely DL'd the version you mention (14.4.0). Also assuming the osx version doesn't care that I'm running Tiger on a PPC since it's a command line tool. I've converted the flacs to wav and output as wav, but no go: tractor:/Applications/sox tractor$ sox --combine concatenate 01ShineOn.wav 02Welcome.wav 03both.wav -bash: sox: command not found tractor:/Applications/sox tractor$ ./sox --combine concatenate 01ShineOn.wav 02Welcome.wav 03both.wav -bash: ./sox: cannot execute binary file |
|
|
|
Nov 5 2012, 01:58
Post
#8
|
|
|
Group: Members Posts: 42 Joined: 27-November 11 Member No.: 95439 |
Also assuming the osx version doesn't care that I'm running Tiger on a PPC since it's a command line tool. -bash: ./sox: cannot execute binary file This may actually be the problem, if the MacOS distribution is compiled for Intel only (which I don’t know, I never use a Mac). You should be able to find out by running CODE file ./sox This will tell you if it is a universal binary or compiled for PowerPC or Intel only.
|
|
|
|
Nov 5 2012, 03:12
Post
#9
|
|
|
Group: Members Posts: 5 Joined: 1-November 12 Member No.: 104224 |
Thank you. Mach-O executable i386! (which if I'm right is good news!)
This post has been edited by bibbli: Nov 5 2012, 03:13 |
|
|
|
Nov 5 2012, 16:20
Post
#10
|
|
|
Group: Members Posts: 140 Joined: 14-February 12 Member No.: 97162 |
Thank you. Mach-O executable i386! (which if I'm right is good news!) I am afraid this is bad news, it is compiled for the intel mac version. E.g. here http://traverso-daw.org/mac-os-x.html they mention sox being part of the install for ppc. |
|
|
|
![]() ![]() |
|
Lo-Fi Version | Time is now: 20th May 2013 - 18:03 |