Re: [mp3encoder] fixed point MP3 Decoding

2007-03-06 Thread Richard Nagle
thought I would ask the state of mp3 encoding, since Microsoft is being sued for 1.5 Billion for using the .mp3 in Vista. is this the sign of the times that closed source compression is dead, and open source is in? Thanks - Rick On 3/4/07, Robert Leiking [EMAIL PROTECTED] wrote: Hi all,

[mp3encoder] fixed point MP3 Decoding

2007-03-04 Thread Robert Leiking
Hi all, it seems that MAD is only handling fixed point calculations in this format: * Fixed-point format: 0xABBB * A == whole part (sign + 3 bits) * B == fractional part (28 bits) Does anyone know about other fixed point Decoder implementations in the 1(sign).15(fractional) or