atom feed2 messages in org.freebsd.freebsd-multimediaRe: mp3 player that can bend pitch
FromSent OnAttachments
Christoph KukuliesMar 29, 2001 7:19 am 
Christian WeisgerberMar 29, 2001 6:02 pm 
Subject:Re: mp3 player that can bend pitch
From:Christian Weisgerber (nad@mips.inka.de)
Date:Mar 29, 2001 6:02:52 pm
List:org.freebsd.freebsd-multimedia

Christoph Kukulies <ku@gilberto.physik.rwth-aachen.de> 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. ;-)

To Unsubscribe: send mail to majo@FreeBSD.org with "unsubscribe freebsd-multimedia" in the body of the message