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 87ECD1F406 for ; Mon, 16 Oct 2023 11:11:29 +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=mRZwi4HP; 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=Z3fZBFDZ; 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 1qsLVI-0003Qr-U1; Mon, 16 Oct 2023 11:11:20 +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 1qsLVH-0003Qf-Hp for sox-users@lists.sourceforge.net; Mon, 16 Oct 2023 11:11: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:To:From:Date:Sender:Reply-To:Cc: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=AXhywJsZSHARNGr/bjKefTHRYsGWKyLQMFk0UoYazcU=; b=mRZwi4HPMrhUdwQgFgU9k2IlLy RKW2tNkyNr5AJLy8TWQiDI6Z6fmk0kHBTu+K/Hpa3Fs+C863i3rYbQICCI4Ifdd5kwY3a+qBof0H0 GZwnmyDS1Rg8tF2HRSOimmv2By2lB/Tl8Rui8qI8e35Hd5CtdoGyynjVMbKS1cFr3VdI=; 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:To: From:Date:Sender:Reply-To:Cc: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=AXhywJsZSHARNGr/bjKefTHRYsGWKyLQMFk0UoYazcU=; b=Z3fZBFDZUT9SuIlEu5M+AclvnB HjVCPNv2YmfYIxefo2K7cavc06yLsoOw3R15x6qatG2OhT29021NjzbUK1hLi/cFwe0jMKRMT05ta OoIeqjN+zRmaxL9fQIPhKwRHxiZEQR9I3ICNPlYPsJ/y5/HEFqeFNBHBEW2UbB83A/rc=; Received: from uvt.stare.cz ([185.63.96.79] helo=mx.stare.cz) by sfi-mx-2.v28.lw.sourceforge.com with esmtps (TLS1.2:ECDHE-RSA-AES256-GCM-SHA384:256) (Exim 4.95) id 1qsLVF-00052M-B3 for sox-users@lists.sourceforge.net; Mon, 16 Oct 2023 11:11:19 +0000 Received: from localhost (stare.cz [local]) by stare.cz (OpenSMTPD) with ESMTPA id 59de6bf9 for ; Mon, 16 Oct 2023 12:44:30 +0200 (CEST) Date: Mon, 16 Oct 2023 12:44:30 +0200 From: Jan Stary To: sox-users@lists.sourceforge.net Message-ID: References: <510211ee-553e-9016-08af-b3e2b9f4bf7c@u-l-v.org> MIME-Version: 1.0 Content-Disposition: inline In-Reply-To: <510211ee-553e-9016-08af-b3e2b9f4bf7c@u-l-v.org> X-Headers-End: 1qsLVF-00052M-B3 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 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