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.0 required=3.0 tests=AWL,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 CE1101FAED for ; Thu, 26 Oct 2017 09:48:46 +0000 (UTC) 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.89) (envelope-from ) id 1e7emL-0006Rl-MW; Thu, 26 Oct 2017 09:48:45 +0000 Received: from sog-mx-1.v43.ch3.sourceforge.com ([172.29.43.191] helo=mx.sourceforge.net) by sfs-ml-1.v29.ch3.sourceforge.com with esmtps (TLSv1:DHE-RSA-AES256-SHA:256) (Exim 4.89) (envelope-from ) id 1e7emK-0006RV-Nb for sox-users@lists.sourceforge.net; Thu, 26 Oct 2017 09:48:44 +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; bh=K8EDngipOcPamp22WILAzyISdN2tlnXzX89Q+zuCnhU=; b=YpthM+cGZA0fw8N9mPaBEG4CiEssdZ2XNJXIsHfdScWUup+3Tj7pe4q9Yh//IAk4Ifp9PULwQNKbOpJIsWky8NytFwFpWCit8BYEbXVIIwClz3vrsVGTiKe7OqYOHbHuaiBKoyx/0Jr/B8/xMTVlVVQXfOq6mxv4xG4k9uvgNg4=; 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; bh=K8EDngipOcPamp22WILAzyISdN2tlnXzX89Q+zuCnhU=; b=kozdMjysWb+4uPVjjf2LTd+hR/sub9wNTVosczVfCFdcze5E2hiI3M6CSD4HPQDgGSC/MtnjxKb0GH2m8K7nePlCGMGq7xdp1zErzXEwVU5Ek3AIBLZcGLTpKQTKUxKyMA3tXwTo5ecYzDJT2UbjMdcy2sPKwa7iWsrcV6MIH3U=; X-ACL-Warn: Received: from ns.stare.cz ([79.98.77.229] helo=mx.stare.cz) by sog-mx-1.v43.ch3.sourceforge.com with esmtps (TLSv1:AES256-SHA:256) (Exim 4.76) id 1e7emJ-0008V5-Se for sox-users@lists.sourceforge.net; Thu, 26 Oct 2017 09:48:44 +0000 Received: from www.stare.cz (localhost [127.0.0.1]) by www.stare.cz (OpenSMTPD) with ESMTP id 852b6b01 for ; Thu, 26 Oct 2017 11:48:36 +0200 (CEST) Date: Thu, 26 Oct 2017 11:48:36 +0200 From: Jan Stary To: sox-users@lists.sourceforge.net Message-ID: <20171026094835.GB55294@www.stare.cz> Mail-Followup-To: sox-users@lists.sourceforge.net References: <82af7d1a9ad07b0bd46d7d9c99ddcf75@wingsandbeaks.org.uk> <20171025180735.GA49885@www.stare.cz> MIME-Version: 1.0 Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.7.1 (2016-10-04) X-Headers-End: 1e7emJ-0008V5-Se Subject: Re: multitasking 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 25 20:25:10, ghe2001@gmail.com wrote: > > But you don't have a billion little flacs, you have one huge flac. > > (BTW, why? Is this the complete Nibelungs?) > > No. But it's The Girl Who Kicked the Hornet's Nest and the like. (Ah, it's you.) > It comes in a billion little wavs that get converted > to a billion little flacs Surely not a billion. I would says tens or at most hundreds, being a reading of a book ... > and them cat'ed into one huge flac (SoX, BTW, has no trouble > with a command line with 250+ params). OK, hundreds then. > They all have to be cat'ed for > the effects to be consistent throughout. I understand that you need to e.g. normalize the whole thing, as opposed to normalizing each piece first and then concating. But that assumes the individual pieces are well mastered, e.g. the relative volume of each is what it is supposed to be. > > You still haven't told us what exactly > > you want to do with the single input file. > > I don't know yet. There are a lot of decisions to be made, probably > different for every file/user. That's the opposite of what you said before: you have one huge file, so what "every file" do you mean? And if you want to process each of the pieces differently, why do you have the one huge file? ------------------------------------------------------------------------------ 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