atom feed4 messages in org.freebsd.freebsd-multimediaRe: mp3 to aiff
FromSent OnAttachments
Christoph KukuliesDec 7, 2000 3:10 am 
Alexander LeidingerDec 7, 2000 5:14 am 
Heiko RecktenwaldDec 7, 2000 1:07 pm 
Mike HollingDec 9, 2000 6:20 pm 
Subject:Re: mp3 to aiff
From:Mike Holling (my@ees.com)
Date:Dec 9, 2000 6:20:27 pm
List:org.freebsd.freebsd-multimedia

A combination of mpg123 and sox, either one after one or linked with a pipe? mpg123 -w file.wav file.mp3 sox file.wav file.aiff

I just did this myself. Here's the right pipeline:

mpg123 -s file.mp3 | sox -t raw -r 44100 -c 2 -s -w - file.aiff

- Mike

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