From owner-freebsd-multimedia Thu Mar 29 21:32:44 2001 Delivered-To: freebsd-multimedia@freebsd.org Received: from mail.inka.de (quechua.inka.de [212.227.14.2]) by hub.freebsd.org (Postfix) with ESMTP id 3812337B71C for ; Thu, 29 Mar 2001 21:32:37 -0800 (PST) (envelope-from daemon@mips.inka.de) Received: from kemoauc.mips.inka.de (uucp@) by mail.inka.de with local-bsmtp id 14irWF-0001Xo-00; Fri, 30 Mar 2001 07:32:19 +0200 Received: (from daemon@localhost) by kemoauc.mips.inka.de (8.11.3/8.11.1) id f2U23Fi07758 for freebsd-multimedia@freebsd.org; Fri, 30 Mar 2001 04:03:15 +0200 (CEST) (envelope-from daemon) From: naddy@mips.inka.de (Christian Weisgerber) Subject: Re: mp3 player that can bend pitch Date: Fri, 30 Mar 2001 02:03:14 +0000 (UTC) Message-ID: <9a0ph2$76e$1@kemoauc.mips.inka.de> References: <200103291519.f2TFJUT26841@gilberto.physik.rwth-aachen.de> Originator: naddy@mips.inka.de (Christian Weisgerber) To: freebsd-multimedia@freebsd.org Sender: owner-freebsd-multimedia@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Christoph Kukulies wrote: > Is there a way to play a tune in an mp3 player half speed > under FreeBSD? Sonique (Windows) has a know to vary > pitch. Make mpg123 write the sample data to standard output, pipe through a filter, pipe into pcmplay: mpg123 -s foo.mp3 | ... | pcmplay -b1024 - pcmplay is part of ports/audio/tosha. If you examine the audio section of the ports collection, you can probably find filters for various functions. sox is a good candidate. Or you can write your own. ;-) -- Christian "naddy" Weisgerber naddy@mips.inka.de To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-multimedia" in the body of the message