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: X-Spam-Status: No, score=-4.0 required=3.0 tests=AWL,BAYES_00,DKIM_INVALID, DKIM_SIGNED,HEADER_FROM_DIFFERENT_DOMAINS,MAILING_LIST_MULTI, RCVD_IN_DNSWL_MED,SPF_HELO_PASS,SPF_PASS shortcircuit=no autolearn=ham autolearn_force=no version=3.4.2 Received: from lists.sourceforge.net (lists.sourceforge.net [216.105.38.7]) (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 8870E1F405 for ; Mon, 17 Dec 2018 22:37:35 +0000 (UTC) Received: from [127.0.0.1] (helo=sfs-ml-2.v29.lw.sourceforge.com) by sfs-ml-2.v29.lw.sourceforge.com with esmtp (Exim 4.90_1) (envelope-from ) id 1gZ1Vy-0001Ed-7a; Mon, 17 Dec 2018 22:37:30 +0000 Received: from [172.30.20.202] (helo=mx.sourceforge.net) by sfs-ml-2.v29.lw.sourceforge.com with esmtps (TLSv1.2:ECDHE-RSA-AES256-GCM-SHA384:256) (Exim 4.90_1) (envelope-from ) id 1gZ1Vw-0001EV-Qi for sox-users@lists.sourceforge.net; Mon, 17 Dec 2018 22:37:28 +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:Sender:Reply-To:Cc:Content-Transfer-Encoding: Content-ID:Content-Description:Resent-Date:Resent-From:Resent-Sender: Resent-To:Resent-Cc:Resent-Message-ID:List-Id:List-Help:List-Unsubscribe: List-Subscribe:List-Post:List-Owner:List-Archive; bh=5Mkmg+IvmLox9cgeoeZyIgo41ryt1Bz6YwHVEjeU2DE=; b=Q1hHCgtmexC5U0JQfkO+CMN6Pn VDuCLAIdPkl0MkoWM589yOa3L7ITI3q9obHMS4AoWx1+Jzl6BkSCyXwIoplQaabhjZvY0IH5hvbks F6UGFWAAnZWjhxPoCsEXwHz855HOy3Fgs/fhjJrr89ywB5CCu8R8bHD84TbC8wbAVOe4=; 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:Sender:Reply-To:Cc:Content-Transfer-Encoding:Content-ID: Content-Description:Resent-Date:Resent-From:Resent-Sender:Resent-To:Resent-Cc :Resent-Message-ID:List-Id:List-Help:List-Unsubscribe:List-Subscribe: List-Post:List-Owner:List-Archive; bh=5Mkmg+IvmLox9cgeoeZyIgo41ryt1Bz6YwHVEjeU2DE=; b=HKNbVIp3MacJV3YLwzUIXMB0rZ ZttzkKQg4rsze7sKpFx3abJUv8n19ha+In+dV1jnZ+ttTBBGtXHhffPQx6i1iI0Yco4oeAPh+aoT0 gj6sAPnRAOHeyY9C1zjubVCQj0xFgCq+d3zNmDxmD8TKvh2rXFPD7eHMXywcr3bzgsAc=; Received: from dcvr.yhbt.net ([64.71.152.64]) by sfi-mx-1.v28.lw.sourceforge.com with esmtps (TLSv1.2:ECDHE-RSA-AES256-GCM-SHA384:256) (Exim 4.90_1) id 1gZ1Vu-005eVq-8M for sox-users@lists.sourceforge.net; Mon, 17 Dec 2018 22:37:28 +0000 Received: from localhost (dcvr.yhbt.net [127.0.0.1]) by dcvr.yhbt.net (Postfix) with ESMTP id BD0A61F405; Mon, 17 Dec 2018 22:17:53 +0000 (UTC) Date: Mon, 17 Dec 2018 22:17:53 +0000 From: Eric Wong To: sox-users@lists.sourceforge.net Message-ID: <20181217221753.fwxihl26pt5ewy6f@dcvr> References: MIME-Version: 1.0 Content-Disposition: inline In-Reply-To: X-Headers-End: 1gZ1Vu-005eVq-8M Subject: Re: Is Sox a good choice as the backend for a Music Player? 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 Joshua Hartwell wrote: > I came across Sox as a potential suitable replacement, but I have no > familiarity with the project. Do you think it could be a good backend for > this project? I use it for dtas (duct-tape audio suite) which includes dtas-player and it's great (gapless playback, lots of formats and effects with live-EQ/compander/any-other-effects-supported-by-sox-or-ladspa): git clone https://80x24.org/dtas.git It's heavily-dependent on *nix pipes and process management, though. I assume libsox is nice for cross-platform use, too; since the sox(1) command uses it. But I prefer to do my work in scripting languages rather than C whenever possible. _______________________________________________ Sox-users mailing list Sox-users@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/sox-users