From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on dcvr.yhbt.net X-Spam-Level: X-Spam-ASN: AS3561 216.34.176.0/20 X-Spam-Status: No, score=-3.1 required=3.0 tests=BAYES_00,DKIM_SIGNED, HEADER_FROM_DIFFERENT_DOMAINS,RCVD_IN_DNSWL_HI,RCVD_IN_MSPIKE_H3, RCVD_IN_MSPIKE_WL,RP_MATCHES_RCVD,SPF_HELO_PASS,SPF_PASS,T_DKIM_INVALID shortcircuit=no autolearn=ham autolearn_force=no version=3.4.0 Received: from lists.sourceforge.net (lists.sourceforge.net [216.34.181.88]) (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 C93082047F for ; Sun, 24 Sep 2017 19:04:34 +0000 (UTC) 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.89) (envelope-from ) id 1dwCCf-00089z-3J; Sun, 24 Sep 2017 19:04:33 +0000 Received: from sog-mx-4.v43.ch3.sourceforge.com ([172.29.43.194] helo=mx.sourceforge.net) by sfs-ml-2.v29.ch3.sourceforge.com with esmtps (TLSv1:DHE-RSA-AES256-SHA:256) (Exim 4.89) (envelope-from ) id 1dwCCd-00089t-EV for sox-users@lists.sourceforge.net; Sun, 24 Sep 2017 19:04:31 +0000 DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=sourceforge.net; s=x; h=Message-ID:References:In-Reply-To:Subject:To:From:Date:Content-Transfer-Encoding:Content-Type:MIME-Version; bh=2A1/IVmx3pnOppWco49OXc1a2Ay6OyJr/pugEWtyGdI=; b=MPm8SorRZf3Yu3+gSXu7zb2TAmhCTaItrzGxObHNSXHQdzkppoVz48PZHT8v+k2c4Xi4cZtlUj3tgnRxZgM8gq2O5MIbLuS4Jjm10rXlAD1iqNPBn0WOTLd9RXeKPwp2o/H4qEwtrpuKtx5ZUFnmhTYdk+ZAve59IVKzPM9iVxU=; DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=sf.net; s=x; h=Message-ID:References:In-Reply-To:Subject:To:From:Date:Content-Transfer-Encoding:Content-Type:MIME-Version; bh=2A1/IVmx3pnOppWco49OXc1a2Ay6OyJr/pugEWtyGdI=; b=gFr5MDf4ldsF99XENCx4rKpvhYOnwML84GwvKcC5HQI5R9SGBQXjRHR2gzsSGNqEhu0wRN12L0j4j+AZGZCNAL0Txmr0IxaglG5pGUXpO7mF+7AWD1EVG5d3FzP8oYYMaWvACKISuVRNv7J1yw9RkOIHJBquvv7znmR9sGkhw/E=; X-ACL-Warn: Received: from a-painless.mh.aa.net.uk ([81.187.30.51]) by sog-mx-4.v43.ch3.sourceforge.com with esmtps (TLSv1:AES256-SHA:256) (Exim 4.76) id 1dwCCb-0007JT-0g for sox-users@lists.sourceforge.net; Sun, 24 Sep 2017 19:04:31 +0000 Received: from b-webmail.mh.aa.net.uk ([2001:8b0:0:30::77] helo=webmail.aa.net.uk) by a-painless.mh.aa.net.uk with esmtpsa (TLS1.0:ECDHE_RSA_AES_128_CBC_SHA1:128) (Exim 4.89) (envelope-from ) id 1dwCCU-0006lj-LJ for sox-users@lists.sourceforge.net; Sun, 24 Sep 2017 20:04:22 +0100 Received: from cpc103044-sgyl39-2-0-cust1915.18-2.cable.virginm.net ([82.44.215.124]) by webmail.aa.net.uk with HTTP (HTTP/1.1 POST); Sun, 24 Sep 2017 20:04:15 +0100 MIME-Version: 1.0 Date: Sun, 24 Sep 2017 20:04:15 +0100 From: Jeremy Nicoll - ml sox users To: sox-users@lists.sourceforge.net In-Reply-To: References: Message-ID: <00c1219cb8248be8e0273eec5648333b@wingsandbeaks.org.uk> X-Sender: jn.ml.sxu.88@wingsandbeaks.org.uk User-Agent: Roundcube Webmail/1.1.5 X-Headers-End: 1dwCCb-0007JT-0g Subject: =?UTF-8?B?UmU6IFdoYXTCtHMgd3Jvbmcgd2l0aCBteSBiYXRjaCBzY3JpcHQ/?= 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-Transfer-Encoding: 7bit Content-Type: text/plain; charset="us-ascii"; Format="flowed" Errors-To: sox-users-bounces@lists.sourceforge.net On 2017-09-24 18:21, AE Photos02 wrote: > Okay. I see. I'm doing it on a Mac with bash in terminal. Do I need to > do a "for each" and an "echo" or something? Or perhaps specify the > thing more? I'm new to bash and Sox. You need to find out what commands the script is issuing. Using echo might help. I have never used bash so I have no idea precisely what is happening. Maybe just one sox command is being issued, processing all the files at once. Maybe multiple sox commands are being issued but are also processing as input the files produced by previous sox commands. I can't tell. But a good start would be to see what the for loops are actually doing. -- Jeremy Nicoll - my opinions are my own ------------------------------------------------------------------------------ Check out the vibrant tech community on one of the world's most engaging tech sites, Slashdot.org! http://sdm.link/slashdot _______________________________________________ Sox-users mailing list Sox-users@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/sox-users