Is libsndfile support in lame fully functional? I'm getting the following while trying 
to read 
a raw file:

Error while opening RAW file for read. Must specify format, pcmbitwidth and channels.
Could not open sound file "track_08.raw".

I tried calling it with the following command lines:

lame --bitwidth 16 --signed -s 44100 -v --preset studio --priority 2 track_08.raw
lame -r --bitwidth 16 --signed -s 44100 -v --preset studio --priority 2 track_08.raw
lame -v --preset studio --priority 2 track_08.raw
lame -r  -v --preset studio --priority 2 track_08.raw

If I compile it without libsndfile, it appears to be working.

Using the latest CVS sources, lame 3.90 alpha 9.


-- Erico


_______________________________________________
mp3encoder mailing list
[EMAIL PROTECTED]
http://minnie.tuhs.org/mailman/listinfo/mp3encoder

Reply via email to