From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.3.2 (2011-06-06) on dcvr.yhbt.net X-Spam-Level: X-Spam-ASN: AS22989 208.118.235.0/24 X-Spam-Status: No, score=-2.2 required=3.0 tests=AWL,BAYES_00,URIBL_BLOCKED shortcircuit=no autolearn=unavailable version=3.3.2 X-Original-To: dtas-all@80x24.org Received: from lists.gnu.org (lists.gnu.org [208.118.235.17]) (using TLSv1 with cipher AES256-SHA (256/256 bits)) (No client certificate requested) by dcvr.yhbt.net (Postfix) with ESMTPS id BF3991FA7B for ; Sun, 10 May 2015 11:43:00 +0000 (UTC) Received: from localhost ([::1]:33240 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YrPdM-0006ut-6H for dtas-all@80x24.org; Sun, 10 May 2015 07:43:00 -0400 Received: from eggs.gnu.org ([2001:4830:134:3::10]:41187) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YrPdK-0006uo-CT for dtas-all@nongnu.org; Sun, 10 May 2015 07:42:59 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1YrPdH-0002av-5i for dtas-all@nongnu.org; Sun, 10 May 2015 07:42:58 -0400 Received: from dcvr.yhbt.net ([64.71.152.64]:57599) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YrPdH-0002ap-0E for dtas-all@nongnu.org; Sun, 10 May 2015 07:42:55 -0400 Received: from localhost (dcvr.yhbt.net [127.0.0.1]) by dcvr.yhbt.net (Postfix) with ESMTP id 0BB171FA7B; Sun, 10 May 2015 11:42:54 +0000 (UTC) Date: Sun, 10 May 2015 11:42:53 +0000 From: Eric Wong To: dtas-all@nongnu.org Subject: [ANN] dtas 0.11.0 - bugfixes and splitfx features Message-ID: <20150510114253.GA22458@dcvr.yhbt.net> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.2.x-3.x [generic] X-Received-From: 64.71.152.64 X-BeenThere: dtas-all@nongnu.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dtas-all-bounces+dtas-all=80x24.org@nongnu.org Sender: dtas-all-bounces+dtas-all=80x24.org@nongnu.org dtas-player: There is one dtas-player bugfix to fix an infinite loop on missing files when repeating a single track. commit b6515b3a8abab6dcc56166da825e01e2c083bfc9 ReplayGain also uses the "gain" effect instead of "vol", allowing compatibility with "gain -h" to provide extra headroom in user effects. commit 403ed90e2e7bed3e017938d76e17037b0d5059b6 dtas-splitfx: Dither is no longer applied when outputting bit-depths above 16-bit. The --bits/-b/--rate/-r/-C/--compression command-line flags are passed to sox(1) for output and allow overriding any targets specified in the output. commit e6a2ff2a3984320b1b83f5051709880a8b9d3708 commit 03b1303b1c7511fdd1a6b2f63d7c509e822a6a38) The -O/--outdir switch allows specifying a different output directory, useful for splitting from read-only checkouts or to a faster tmpfs filesystem to avoid SSD wear. commit 619b08c9d4e43d94bac39cd395c1def6fa796f06 dtas-splitfx is still a work-in-progress and rapidly improving :) Upgrade or install "dtas" via RubyGems or via tarball at: http://dtas.80x24.org/2015/dtas-0.11.0.tar.gz git clone git://80x24.org/dtas