From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!.POSTED!not-for-mail From: Erich Eckner Newsgroups: gmane.comp.audio.sox Subject: Re: Fwd: Re: merging mono files Date: Fri, 9 Dec 2016 18:48:54 +0100 Message-ID: <43a8dfbd-ea02-c1f1-e18e-393bcff0f43b@eckner.net> References: <11f05ac1-4afa-93d1-7563-67607ebeb066@gmail.com> <20161209135153.GI62092@www.stare.cz> <4b6af234-1113-c87f-57f4-78345f039a23@gmail.com> Reply-To: sox-users@lists.sourceforge.net NNTP-Posting-Host: blaine.gmane.org Mime-Version: 1.0 Content-Type: multipart/mixed; boundary="===============5199627613989538630==" X-Trace: blaine.gmane.org 1481305772 10546 195.159.176.226 (9 Dec 2016 17:49:32 GMT) X-Complaints-To: usenet@blaine.gmane.org NNTP-Posting-Date: Fri, 9 Dec 2016 17:49:32 +0000 (UTC) User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:45.0) Gecko/20100101 Thunderbird/45.5.1 To: sox-users@lists.sourceforge.net Original-X-From: sox-users-bounces@lists.sourceforge.net Fri Dec 09 18:49:28 2016 Return-path: Envelope-to: gcas-sox-users@gmane.org X-ACL-Warn: X-No-Relay: not in my network X-Hashcash: 1:24:161209:sox-users@lists.sourceforge.net::PVF5ZJKydcggSGFo:000000 000000000000000000000000jIoF In-Reply-To: <4b6af234-1113-c87f-57f4-78345f039a23@gmail.com> X-Headers-End: 1cFPIL-0001iP-Ab 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:6398 Archived-At: Received: from lists.sourceforge.net ([216.34.181.88]) by blaine.gmane.org with esmtp (Exim 4.84_2) (envelope-from ) id 1cFPIV-0001iE-F6 for gcas-sox-users@gmane.org; Fri, 09 Dec 2016 18:49:27 +0100 Received: from localhost ([127.0.0.1] helo=sfs-ml-2.v29.ch3.sourceforge.com) by sfs-ml-2.v29.ch3.sourceforge.com with esmtp (Exim 4.76) (envelope-from ) id 1cFPIP-0004S7-6A; Fri, 09 Dec 2016 17:49:21 +0000 Received: from sog-mx-3.v43.ch3.sourceforge.com ([172.29.43.193] helo=mx.sourceforge.net) by sfs-ml-2.v29.ch3.sourceforge.com with esmtp (Exim 4.76) (envelope-from ) id 1cFPIN-0004S2-Vn for sox-users@lists.sourceforge.net; Fri, 09 Dec 2016 17:49:19 +0000 Received: from v1.homerecords.de ([62.141.45.186]) by sog-mx-3.v43.ch3.sourceforge.com with esmtps (TLSv1:AES256-SHA:256) (Exim 4.76) id 1cFPIL-0001iP-Ab for sox-users@lists.sourceforge.net; Fri, 09 Dec 2016 17:49:19 +0000 Received: from [192.168.0.12] (cable-86-56-32-209.cust.telecolumbus.net [86.56.32.209]) by v1.homerecords.de (Postfix) with ESMTPSA id 8C1FA2942747 for ; Fri, 9 Dec 2016 18:49:10 +0100 (CET) This is an OpenPGP/MIME signed message (RFC 4880 and 3156) --===============5199627613989538630== Content-Type: multipart/signed; micalg=pgp-sha256; protocol="application/pgp-signature"; boundary="mn6o7N46Dt6qJrku6ggIwKQ0g6wKU0T10" This is an OpenPGP/MIME signed message (RFC 4880 and 3156) --mn6o7N46Dt6qJrku6ggIwKQ0g6wKU0T10 Content-Type: multipart/mixed; boundary="pNIPdJO2goCM9JlfnjjfSuDqnRodBDjOq"; protected-headers="v1" From: Erich Eckner To: sox-users@lists.sourceforge.net Message-ID: <43a8dfbd-ea02-c1f1-e18e-393bcff0f43b@eckner.net> Subject: Re: [SoX-users] Fwd: Re: merging mono files References: <11f05ac1-4afa-93d1-7563-67607ebeb066@gmail.com> <20161209135153.GI62092@www.stare.cz> <4b6af234-1113-c87f-57f4-78345f039a23@gmail.com> In-Reply-To: <4b6af234-1113-c87f-57f4-78345f039a23@gmail.com> --pNIPdJO2goCM9JlfnjjfSuDqnRodBDjOq Content-Type: text/plain; charset=windows-1252 Content-Transfer-Encoding: quoted-printable Hi, I just had a brief look at your example files and it looks like the mono files are actually stereo, but with one channel muted (in retrospect I think, you mentioned that). So the correct sox comman to combine these would be sox -M left.wav right.wav stereo.wav remix 1 4 this imports all 4 channels (actual left channel, silent right channel in left file, silent left channel in right file, actual right channel) to sox and exports only the actual left and right in one file (a.k.a. stereo). However, this will still not preserve the markers. regards, Erich On 09.12.2016 15:10, Dr. Mark Bugeja MD wrote: > The mega links works - just tried it myself. >=20 > These are the original left and right wav samples and the stereo (sox > generated) file together with the bat file used. >=20 > https://mega.nz/#!oYYlARqQ!HMwkzCuDoFjBQvUwEFJjnrDbuJrN5kQ6ptKlEV5QWng >=20 >=20 > On 09/12/2016 14:51, Jan Stary wrote: >> On Dec 08 14:36:54, marcusfb@gmail.com wrote: >>> Loops are markers that allow appropriate software to keep sounding a >>> note >>> (recorded sample) played digitally on a MIDI keyboard for as long as = the >>> note is held down even though the recorded sample may be of only a fe= w >>> seconds' duration. >>> >>> The release marker is placed in the point where the note is released >>> in the >>> actual recorded sample and where the sounds starts to fade away. The >>> software needs to know that moment especially if there are multiple >>> releases >>> available for that note that would represent "staccato", "portato" an= d >>> longer held notes. This exercise renders more realism when recorded >>> samples >>> are played from a "sampleset" loaded in software like jOrgan, >>> GrandOrgue and >>> Hauptwerk. >> This would be a perfect beginning of your original post. >> Now I understand why you need to preserve them: you are building >> and actual sample library to be used with MIDI. Indeed, attack >> and sustain and release and decay are indisposable. >> >>> Picture (42kB): >>> https://mega.nz/#!dQIwkDKI!QlrmlYHywFqpG9ujJfJLBm_1skxaYz88AJJJy4Euxs= 0 >> An error occurred while loading MEGA. >> Filename: :0 >> Exception: out of memory >> Please try again later. We apologize for the inconvenience >> >>> In the example demonstated there is no release marker as the "tail" >>> of the >>> waveform was removed and saved as a separate file. So the end of a lo= ops >>> would be the release marker in such instances. >>> >>> Clearly from this picture loops and markers were not retained in the >>> merger >>> using sox though the exercise was purely a simple exercise without an= y >>> frills of extra codes. >> I don't have the picture, but I thnik I can picture it. >> How is a piece of audio software (a clickwty editor) >> expected to display a waveform with cue points such as release? >> Especially if there is more than one possible release point? >> >> Can you please post some of the original files (that do have >> the markers) so that we make actually look at them? >> >> Jan >> >> ----------------------------------------------------------------------= -------- >> >> 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 >> >=20 >=20 >=20 > --- > This email has been checked for viruses by Avast antivirus software. > https://www.avast.com/antivirus >=20 >=20 >=20 > -----------------------------------------------------------------------= ------- > 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 >=20 >=20 >=20 > _______________________________________________ > Sox-users mailing list > Sox-users@lists.sourceforge.net > https://lists.sourceforge.net/lists/listinfo/sox-users >=20 --pNIPdJO2goCM9JlfnjjfSuDqnRodBDjOq-- --mn6o7N46Dt6qJrku6ggIwKQ0g6wKU0T10 Content-Type: application/pgp-signature; name="signature.asc" Content-Description: OpenPGP digital signature Content-Disposition: attachment; filename="signature.asc" -----BEGIN PGP SIGNATURE----- iQIzBAEBCAAdFiEE3p92iMrPBP64GmxZCu7JB1Xae1oFAlhK7o8ACgkQCu7JB1Xa e1q1zRAAi+Uq3GuvL4uVT2S93u5db6u+6J28b4OjXZCuCRgdzUQwn/x1lEESbFcx J7crQpZxCMbiFJPJIpdAhOMJZ8mN2z5WCTkUeH45v4+y2SdLDzpIqq72eVHrr3pG F59APIk8mmKiRSW4HqfJcihlYGOecpi3p9u/VvcdfAQoP1A6uyRD712m9RlnOrCn rLYPn5Ad9VrorShPMtFufhX+QJU2aAWLlSyUWIoxN5ZIfBoyc/wQzB+FIm7UCIcl vFujAGNktaq+0SfN94SdAOZJ0h4BErMVHE8CV7tnIwHIfT/D/02FdO35gyUMGM1J tzn0Z/Y+V2lZT1DWXSNOjHhtHiisXTigri0IO04p1r2nIXQPy53sDqGtgNrurs1q bk9pEw+z/gp95RErZRZIDIdDpKmbljgz1LCMHuA/cfkLPLF8xPxVetgJU8x464eR p99TrG8Gt0AJjkOmruF1SCm9l5QQubzk71eeA27xqVBpAphKl+z0rASMNKjat11H Eal23IoVBdNzmGtQwi8AwXtcyWD5MpiWm6UdAVBCUAqz8uaSbhtJIYz6VF76jEid WYGQGQRXdHqruEERgUMlt1e/ozS7WT9wve3ZO0wflQ6/6DLoUBJ7agttWCC1NRrD ZXyUCAUUw8RZPG/USKohRDAOfSBC3SMQm7io1ZgnZL5sUJPGPvY= =bApv -----END PGP SIGNATURE----- --mn6o7N46Dt6qJrku6ggIwKQ0g6wKU0T10-- --===============5199627613989538630== Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Content-Disposition: inline ------------------------------------------------------------------------------ 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 --===============5199627613989538630== Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Content-Disposition: inline _______________________________________________ Sox-users mailing list Sox-users@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/sox-users --===============5199627613989538630==--