From owner-freebsd-questions@FreeBSD.ORG Fri Dec 14 05:10:26 2012 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 85D2939F for ; Fri, 14 Dec 2012 05:10:26 +0000 (UTC) (envelope-from smithi@nimnet.asn.au) Received: from sola.nimnet.asn.au (paqi.nimnet.asn.au [115.70.110.159]) by mx1.freebsd.org (Postfix) with ESMTP id C35A08FC19 for ; Fri, 14 Dec 2012 05:10:25 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by sola.nimnet.asn.au (8.14.2/8.14.2) with ESMTP id qBE5ACDt035702; Fri, 14 Dec 2012 16:10:13 +1100 (EST) (envelope-from smithi@nimnet.asn.au) Date: Fri, 14 Dec 2012 16:10:12 +1100 (EST) From: Ian Smith To: Gary Aitken Subject: Re: audio playback with variable tempo In-Reply-To: Message-ID: <20121214155600.R52305@sola.nimnet.asn.au> References: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Cc: freebsd-questions@freebsd.org X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 14 Dec 2012 05:10:26 -0000 In freebsd-questions Digest, Vol 445, Issue 4, Message: 12 On Wed, 12 Dec 2012 16:27:16 -0700 Gary Aitken wrote: > Can anyone suggest an audio playback application that allows you to vary the > tempo? I've used audacity on win systems, but I don't see that in ports. You'll have found audacity by now, but audio/sox does that and a zillion other things (mixing, pitch bend, all sorts of filtering and effects ..) if you're happy working from commandline or scripts and can handle a HUGE man page that's pretty much a background to audio processing in general. It's very fast and light, too, for recording or playback. cheers, Ian