Hello everybody! I'm using Lame v3.96.1 source code
for encoding from .WAV files. I need to do some
analysis on the input PCM samples for each mp3 frame.
In the function "int lame_encoder" (contained in the
main.c file belonging to the "lame" project) they are
buffered into a "int Buffer[2][1152]" structure. I
thought the range of values should be [-32768, 32767]
but the values stored are actually much bigger by far.
Why aren't they stored as short type? And how can I do
to get them in the right range?
thanks, Luca.
___________________________________
Nuovo Yahoo! Messenger: E' molto pi� divertente: Audibles, Avatar, Webcam,
Giochi, Rubrica� Scaricalo ora!
http://it.messenger.yahoo.it
_______________________________________________
mp3encoder mailing list
[email protected]
http://minnie.tuhs.org/mailman/listinfo/mp3encoder