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=-1.9 required=3.0 tests=AWL,BAYES_00, RCVD_IN_DNSWL_BLOCKED,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 DD25E1F8C3 for ; Mon, 22 Dec 2014 09:26:51 +0000 (UTC) Received: from localhost ([::1]:39782 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Y2zGN-0007Nu-5D for dtas-all@80x24.org; Mon, 22 Dec 2014 04:26:51 -0500 Received: from eggs.gnu.org ([2001:4830:134:3::10]:49473) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Y2zGH-0007Ng-Jz for dtas-all@nongnu.org; Mon, 22 Dec 2014 04:26:49 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Y2zGB-0000Ro-2R for dtas-all@nongnu.org; Mon, 22 Dec 2014 04:26:45 -0500 Received: from dcvr.yhbt.net ([64.71.152.64]:32822) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Y2zGA-0000RY-Tp for dtas-all@nongnu.org; Mon, 22 Dec 2014 04:26:39 -0500 Received: from localhost (dcvr.yhbt.net [127.0.0.1]) by dcvr.yhbt.net (Postfix) with ESMTP id A33E91F8A1; Mon, 22 Dec 2014 09:26:36 +0000 (UTC) Date: Mon, 22 Dec 2014 09:26:36 +0000 From: Eric Wong To: ruby-talk@ruby-lang.org, dtas-all@nongnu.org Subject: [ANN] dtas 0.9.0 - duct tape audio suite for *nix Message-ID: <20141222092636.GA26191@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 Free Software command-line tools for audio playback, mastering, and whatever else related to audio. dtas follows the worse-is-better philosophy and acts as duct tape to combine existing command-line tools for flexibility and ease-of-development. dtas is currently implemented in Ruby (and some embedded shell), but may use other languages in the future. Changes: dtas 0.9.0 - minor features and speedups The major new feature is '>' and '<' keys are now supported in the dtas-console interface for dtas-player. dtas-tl cat" also received a minor speedup for big tracklists via syscall reductions shortlog of changes since 0.8.0: process: update comment for bug workaround process: update comment for bug workaround #2 compat_onenine: simplify pipe wrapper tracklist: favor &:sym_to_proc style dtas-console: '>' and '<' keys for tracklist next/prev dtas-tl: halve write() syscalls when emitting tracklists reduce syscalls in recvmsg invocations doc: flesh out "tl" subcommand docs The best is yet to come! * http://dtas.80x24.org/README * http://dtas.80x24.org/INSTALL * http://dtas.80x24.org/dtas-player.txt * http://dtas.80x24.org/NEWS * git clone git://80x24.org/dtas * dtas-all@nongnu.org (plain-text only, no HTML mail, please) * http://80x24.org/dtas-all/ * http://dtas.80x24.org/2014/dtas-0.9.0.tar.gz SHA-1 edbd256f4653eed70a52ee972e0e7b2e781fdfdf * http://dtas.80x24.org/2014/dtas-0.9.0.gem SHA-1 41330a9374a2172482b85f27082a5624b72b30cd -- EW