Hi all, I'd need some help to find the right options for lame to recognize an input format. All I got for now is "white" sound.
The commands that work are: aplay -fcd test-50.cd flac --endian=little --sign=signed --channels=2 --bps=16 \ --sample-rate=44100 tst-50.cd -o tst-50.flac oggenc -r tst-50.cd The file test-50.cd is produced by stretch, from pvoc package http://quitte.de/dsp/pvoc.html it is available at http://filebin.ca/complete.php?id=47447192b6b59 What doesn't work: lame -r --signed --little-endian -m s -s 44.1 tst-50.cd tst-50.mp3 lame -r --signed --little-endian -m s -s 44.1 --bitwidth 24 \ tst-50.cd tst-50u.mp3 (surprisingly, this one lets hear some melody, far behind...) lame -r -x --signed --little-endian -m d -s 44.1 --bitwidth 24 \ tst-50.cd tst-50.mp3 lame-r tst-50.cd tst-50.mp3 Any idea ? tia. _______________________________________________ mp3encoder mailing list mp3encoder@minnie.tuhs.org https://minnie.tuhs.org/mailman/listinfo/mp3encoder