Hi lame developers :)

I'm currently working on an ACM (audio compression manager, in MS-Windows)
encoder based on lame. And I had the bad feeling to see that lame is resampling
the input for high sampling rates and low bitrates. The problem is that it does
so silently. I think it would be nicer to tell the user (program) that lame is
going to do so, in the beInitStream function.

I'm currently using the Lame DLL and added the same tricky code to compute the
resulting sampling frequency, but is there a way to get the value from the DLL
directly (using beInitStream) ? Just an extra parameter would help or a new DLL
entry).

Also would it be possible to merge my (final or stable) code into the Lame tree ?

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

Reply via email to