From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.6 (2021-04-09) on starla X-Spam-Level: X-Spam-Status: No, score=-1.3 required=3.0 tests=DKIM_INVALID,DKIM_SIGNED, HEADER_FROM_DIFFERENT_DOMAINS,MAILING_LIST_MULTI,RCVD_IN_DNSWL_LOW, SPF_HELO_PASS,SPF_PASS autolearn=ham autolearn_force=no version=3.4.6 Received: from lists.sourceforge.net (lists.sourceforge.net [216.105.38.7]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by dcvr.yhbt.net (Postfix) with ESMTPS id 8D5DF1F406 for ; Tue, 17 Oct 2023 12:06:36 +0000 (UTC) Authentication-Results: dcvr.yhbt.net; dkim=fail reason="signature verification failed" (1024-bit key; unprotected) header.d=sourceforge.net header.i=@sourceforge.net header.a=rsa-sha256 header.s=x header.b=Lw92fFSV; dkim=fail reason="signature verification failed" (1024-bit key; unprotected) header.d=sf.net header.i=@sf.net header.a=rsa-sha256 header.s=x header.b=RuWOjn1P; dkim-atps=neutral Received: from [127.0.0.1] (helo=sfs-ml-2.v29.lw.sourceforge.com) by sfs-ml-2.v29.lw.sourceforge.com with esmtp (Exim 4.95) (envelope-from ) id 1qsiq6-00035t-7Y; Tue, 17 Oct 2023 12:06:22 +0000 Received: from [172.30.20.202] (helo=mx.sourceforge.net) by sfs-ml-2.v29.lw.sourceforge.com with esmtps (TLS1.2) tls TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384 (Exim 4.95) (envelope-from ) id 1qsiq3-00035b-Be for sox-users@lists.sourceforge.net; Tue, 17 Oct 2023 12:06:19 +0000 DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=sourceforge.net; s=x; h=In-Reply-To:Content-Type:MIME-Version:References: Message-ID:Subject:Cc:To:From:Date:Sender:Reply-To:Content-Transfer-Encoding: Content-ID:Content-Description:Resent-Date:Resent-From:Resent-Sender: Resent-To:Resent-Cc:Resent-Message-ID:List-Id:List-Help:List-Unsubscribe: List-Subscribe:List-Post:List-Owner:List-Archive; bh=OeRWzhKRIjPVjbQEM73n5mw4jLH2/suXWWOrtzpv/I8=; b=Lw92fFSVaAFiTmE/88qvhtdnx6 +sSLxbF9AGEDBj3vWG37cp9yo973q/PjEeO+nVWXEHWzcOxbgi4T4X0WDSdprKrs9IjzLUxxxmz0e OlQ+jVRuQvsW+5a4u53CogbhhcmhCF64aL2oXLrEWvd82Jt9SfOmq5OIeBqanbqpV5Vc=; DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=sf.net; s=x ; h=In-Reply-To:Content-Type:MIME-Version:References:Message-ID:Subject:Cc:To :From:Date:Sender:Reply-To:Content-Transfer-Encoding:Content-ID: Content-Description:Resent-Date:Resent-From:Resent-Sender:Resent-To:Resent-Cc :Resent-Message-ID:List-Id:List-Help:List-Unsubscribe:List-Subscribe: List-Post:List-Owner:List-Archive; bh=OeRWzhKRIjPVjbQEM73n5mw4jLH2/suXWWOrtzpv/I8=; b=RuWOjn1PwyMa5/mJ4v4EGWbtO1 6l/8ofl8X2MbVzb4o8qXZACcPL7nL8H9SfAzmM7Crv4d2xpagnHtEAvMHJ6dkpW47PPTPW5owt1Mu 9wA3DkDqn2y0o1E0Cdxj64TGzTNX5Aw4kAuX1MQQgw4eyWiGUjezSFvhhugU8lFrnpps=; Received: from uvt.stare.cz ([185.63.96.79] helo=mx.stare.cz) by sfi-mx-1.v28.lw.sourceforge.com with esmtps (TLS1.2:ECDHE-RSA-AES256-GCM-SHA384:256) (Exim 4.95) id 1qsipy-000EaI-EI for sox-users@lists.sourceforge.net; Tue, 17 Oct 2023 12:06:19 +0000 Received: from localhost (stare.cz [local]) by stare.cz (OpenSMTPD) with ESMTPA id aaf7a987; Tue, 17 Oct 2023 14:05:58 +0200 (CEST) Date: Tue, 17 Oct 2023 14:05:58 +0200 From: Jan Stary To: "Ulf A. S. Holbrook via Sox-users" Message-ID: References: <510211ee-553e-9016-08af-b3e2b9f4bf7c@u-l-v.org> MIME-Version: 1.0 Content-Disposition: inline In-Reply-To: X-Headers-End: 1qsipy-000EaI-EI Subject: Re: Help with --combine merge X-BeenThere: sox-users@lists.sourceforge.net X-Mailman-Version: 2.1.21 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Reply-To: sox-users@lists.sourceforge.net Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Errors-To: sox-users-bounces@lists.sourceforge.net On Oct 16 13:28:13, sox-users@lists.sourceforge.net wrote: > You are correct. > But I can't understand why > sox -M *.WAV out.wav > would work when > sox --combine merge *.WAV merged.wav > won't? But that's not what you are doing: sox --combine merge *.WAV >> merged.wav > On 16/10/2023 12:44, Jan Stary wrote: > > On Oct 15 15:27:56, sox-users@lists.sourceforge.net wrote: > > > I'm trying to combine a large amount of files into one single file and > > > wondered if someone could lend a hand. I have individual folders of 90 > > > 1-minute files in .wav and want to merge them into one 90-channel file. > > sox -M *.wav out.wav > > > > > for file in /dir > > > do > > > sox --combine merge *.WAV >> merged.wav > > > done > > That doesn't make any sense. > > > > > I'm getting some unexpected behaviour, it creates the file "merged.wav" but > > > does not write anything into it. It is the last file in the list where all > > > the files are combined, overwriting the contents of that file, as it becomes > > > a 89 channel file and not 90. > > Of course: sox --combine merge *.WAV > > merges all the given files (arguments) into the last argument. > > > > > > > > _______________________________________________ > > Sox-users mailing list > > Sox-users@lists.sourceforge.net > > https://lists.sourceforge.net/lists/listinfo/sox-users > > > _______________________________________________ > Sox-users mailing list > Sox-users@lists.sourceforge.net > https://lists.sourceforge.net/lists/listinfo/sox-users > _______________________________________________ Sox-users mailing list Sox-users@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/sox-users