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