From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!.POSTED!not-for-mail From: "Peter P." Newsgroups: gmane.comp.audio.sox Subject: Re: merging mono files Date: Wed, 7 Dec 2016 22:07:54 +0100 Message-ID: <20161207210754.6rliezfgvdzgzco3@fastmail.com> References: Reply-To: sox-users@lists.sourceforge.net NNTP-Posting-Host: blaine.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit X-Trace: blaine.gmane.org 1481144179 27197 195.159.176.226 (7 Dec 2016 20:56:19 GMT) X-Complaints-To: usenet@blaine.gmane.org NNTP-Posting-Date: Wed, 7 Dec 2016 20:56:19 +0000 (UTC) To: sox-users@lists.sourceforge.net Original-X-From: sox-users-bounces@lists.sourceforge.net Wed Dec 07 21:56:15 2016 Return-path: Envelope-to: gcas-sox-users@gmane.org Received-SPF: pass (sog-mx-3.v43.ch3.sourceforge.com: domain of fastmail.com designates 66.111.4.27 as permitted sender) client-ip=66.111.4.27; envelope-from=peterparker@fastmail.com; helo=out3-smtp.messagingengine.com; X-ME-Sender: X-Sasl-enc: Wwzd1VSLCQ6wgLX+dODD9o07QrOeCovWxrBxIR13yaWQ 1481144157 Content-Disposition: inline In-Reply-To: X-Headers-End: 1cEjFz-0000rA-1y X-BeenThere: sox-users@lists.sourceforge.net X-Mailman-Version: 2.1.9 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: sox-users-bounces@lists.sourceforge.net Xref: news.gmane.org gmane.comp.audio.sox:6326 Archived-At: Received: from lists.sourceforge.net ([216.34.181.88]) by blaine.gmane.org with esmtp (Exim 4.84_2) (envelope-from ) id 1cEjGA-0006OS-Tm for gcas-sox-users@gmane.org; Wed, 07 Dec 2016 21:56:15 +0100 Received: from localhost ([127.0.0.1] helo=sfs-ml-1.v29.ch3.sourceforge.com) by sfs-ml-1.v29.ch3.sourceforge.com with esmtp (Exim 4.76) (envelope-from ) id 1cEjG2-0002Ka-Bl; Wed, 07 Dec 2016 20:56:06 +0000 Received: from sog-mx-3.v43.ch3.sourceforge.com ([172.29.43.193] helo=mx.sourceforge.net) by sfs-ml-1.v29.ch3.sourceforge.com with esmtp (Exim 4.76) (envelope-from ) id 1cEjG0-0002KU-S5 for sox-users@lists.sourceforge.net; Wed, 07 Dec 2016 20:56:04 +0000 Received: from out3-smtp.messagingengine.com ([66.111.4.27]) by sog-mx-3.v43.ch3.sourceforge.com with esmtps (TLSv1:AES256-SHA:256) (Exim 4.76) id 1cEjFz-0000rA-1y for sox-users@lists.sourceforge.net; Wed, 07 Dec 2016 20:56:04 +0000 Received: from compute4.internal (compute4.nyi.internal [10.202.2.44]) by mailout.nyi.internal (Postfix) with ESMTP id B5D5B20972 for ; Wed, 7 Dec 2016 15:55:57 -0500 (EST) Received: from frontend2 ([10.202.2.161]) by compute4.internal (MEProxy); Wed, 07 Dec 2016 15:55:57 -0500 Received: from localhost (vra-173-213.tu-graz.ac.at [129.27.173.213]) by mail.messagingengine.com (Postfix) with ESMTPA id 410852423F for ; Wed, 7 Dec 2016 15:55:57 -0500 (EST) * Dr. Mark Bugeja MD [2016-12-07 20:54]: > Hi guys, Hi Dr. Mark > I cannot interact directly on the mailing list for some reason and had to > post my question via email. This is how mailing lists work. You post your question by mail, others read it and respond via mail (which is what I am doing). > I have just installed SoX and upon running it I only get a back window > appearing momentarily and then vanishes. Consider me a complete noob and > treat me with some patience. SoX is a program that you run in a comman line window. Depending on the operating system you are on you have to open a terminal window (sometimes called shell) and type commands in there. SoX is one of the commands you type. An ixquick.com internet search gave the following webpage as third result: https://github.com/JoFrhwld/FAVE/wiki/Sox-on-Windows This, combined with the following instructions how to open that terminal window (aka shell aka command prompt) http://www.howtogeek.com/235101/10-ways-to-open-the-command-prompt-in-windows-10/ should get you going. Try to combine two mono files to one stereo file as a first example. You might have to get into some shell scripting. Feel free to report back to this list if basic sox operation is still not working after you read both sites. cheers, P > I need to combine several mono wav samples to corresponding stereo files. I > am running Windows 10 not linux. The files are in folder and named as as > follows: > > Basson16L > ....rel00150 > ........036-C > ........037-C# > ........038-D > ........etc > ....rel00600 > ........036-C > ........037-C# > ........038-D > ........etc > ....rel99999 > ........036-C > ........037-C# > ........038-D > ........etc > 036-C > 037-C# > 038-D > etc > > > Basson16R > ....rel00150 > ........036-C > ........037-C# > ........038-D > ........etc > ....rel00600 > ........036-C > ........037-C# > ........038-D > ........etc > ....rel99999 > ........036-C > ........037-C# > ........038-D > ........etc > 036-C > 037-C# > 038-D > etc > > Each subfolder has similarly names files as shown. > > I need to merge corresponding lefts and rights to output as new stereo files > in new folders bearing the original name of the instrument (organ stop in > this case) and subfolders and I want to ensure the appropriate files are > merged together. Identical names exist in the subfolders that bear the > release/ tail of a wave profile because each must correspond to the > corresponding main file when eventually played in the appropriate software. > Those of you who may have processed sound files for jOrgan, GrandOrgue or > Hauptwerk know what I am talking about. > > How do I get to use SoX for this exercise. Total files I need to process run > into 2000+ mono files x 2 to get 2000+ stereo files. That's a lot to process > manually!!! > > I hope that loops and markers (cues) are not erased in the process!!! > > Regards > Mark > (marcusfb(at)gmail.com) > > > > > --- > This email has been checked for viruses by Avast antivirus software. > https://www.avast.com/antivirus > ------------------------------------------------------------------------------ > Developer Access Program for Intel Xeon Phi Processors > Access to Intel Xeon Phi processor-based developer platforms. > With one year of Intel Parallel Studio XE. > Training and support from Colfax. > Order your platform today.http://sdm.link/xeonphi > _______________________________________________ > Sox-users mailing list > Sox-users@lists.sourceforge.net > https://lists.sourceforge.net/lists/listinfo/sox-users ------------------------------------------------------------------------------ Developer Access Program for Intel Xeon Phi Processors Access to Intel Xeon Phi processor-based developer platforms. With one year of Intel Parallel Studio XE. Training and support from Colfax. Order your platform today.http://sdm.link/xeonphi