> 
> Hi 
> 
> I am an student who is given the project of adding MS
> stereo to the existing dist10 code. I am new to mp3
> encoding and wish to understand the lame encoding C
> code especially the part on MS stereo. Is there any
> documentation for that part so that I can understood
> it easiler. Would really appreciate for any help.
> 
> 
> Hann
> 

There is about a page of documentation on the LAME website describing
the M/S algorithms we use.  You should also look at the source code
and the mp3encoder archives. Just adding MS stereo is
easy: set one flag and send the quantization and bit packing routines
the M and S channels instead of L and R.  The hard part is getting
reasonable maskings for M and S channels (the ISO documentation has
some suggestions which produce horrible results) and removing the
100's of bugs in the dist10 code.

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

Reply via email to