From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.2 (2018-09-13) on dcvr.yhbt.net X-Spam-Level: X-Spam-ASN: AS22989 209.51.188.0/24 X-Spam-Status: No, score=-3.9 required=3.0 tests=AWL,BAYES_00, FREEMAIL_FORGED_FROMDOMAIN,FREEMAIL_FROM,HEADER_FROM_DIFFERENT_DOMAINS, MAILING_LIST_MULTI,RCVD_IN_DNSWL_MED,RCVD_IN_MSPIKE_H2,SPF_HELO_NONE, SPF_PASS shortcircuit=no autolearn=ham autolearn_force=no version=3.4.2 Received: from lists.gnu.org (lists.gnu.org [209.51.188.17]) (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 199591F454 for ; Fri, 1 Nov 2019 14:18:59 +0000 (UTC) Received: from localhost ([::1]:39582 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1iQXlR-0005Ta-Jh for e@80x24.org; Fri, 01 Nov 2019 10:18:57 -0400 Received: from eggs.gnu.org ([2001:470:142:3::10]:36104) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1iQXlP-0005TM-31 for dtas-all@nongnu.org; Fri, 01 Nov 2019 10:18:55 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1iQXlO-0003BQ-6U for dtas-all@nongnu.org; Fri, 01 Nov 2019 10:18:55 -0400 Received: from sabic.uberspace.de ([185.26.156.23]:54242) by eggs.gnu.org with esmtps (TLS1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1iQXlN-00034c-Rh for dtas-all@nongnu.org; Fri, 01 Nov 2019 10:18:54 -0400 Received: (qmail 27362 invoked from network); 1 Nov 2019 14:18:50 -0000 Received: from localhost (HELO alperose) (127.0.0.1) by sabic.uberspace.de with SMTP; 1 Nov 2019 14:18:50 -0000 From: Rene Maurer To: dtas-all@nongnu.org Subject: SOX_OPTS gone? User-Agent: notmuch Date: Fri, 01 Nov 2019 15:19:15 +0100 Message-ID: <87tv7nwufw.fsf@alperose.cumparsita.ch> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable X-detected-operating-system: by eggs.gnu.org: Genre and OS details not recognized. X-Received-From: 185.26.156.23 X-BeenThere: dtas-all@nongnu.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: duct tape audio suite List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dtas-all-bounces+e=80x24.org@nongnu.org Sender: "dtas-all" Hello I have used SOX_OPTS for a long time in the source to add some effects. For example: dtas-ctl source ed sox env.SOX_OPTS=3D"sinc -850". I can see this with dtas-sourceedit sox: ,---- | --- | command: exec sox "$INFILE" $SOXFMT - $TRIMFX $RGFX | env: | SOX_OPTS: sinc -850 | tryorder: 0 `---- As $SOX_OPTS is (no longer?) in the sinc effect in the given example is not applied. An a old installation dtas-sourceedit sox gives me: ,---- | --- | command: exec sox "$INFILE" $SOXFMT - $TRIMFX $RGFX $SOX_OPTS | env: !!omap | - SOX_OPTS: sinc -850 | tryorder: 0 `---- When I add $SOX_OPTS to the effect works as expected. What is the (new) recommended way to add an effect to the source. dtas-sourceedit isn't an option for me as normally I only use . Regards, Ren=C3=A9