Can someone add a feature to the decoder?

It should display the current stereo coding (MS vs. LR).

Best would be to use code like that:

  fprintf ( stderr, ".... %s ...." , frametype ? "M " : " S" );

So you have a blinking "light".

Another proposal: The width of the resampling filter could be
modified by the -q settings.

-q9     linear filtering

-q7     5 point FIR filter, Hamming

-q5     9 point FIR filter, Hann

-q3     19 point FIR filter, BM

-q0     79 point FIR filter, BM

Is there a special reason why oversampling is done by 4 point interpolation
instead of the sinc interpolator?

-- 
Mit freundlichen Grüßen
Frank Klemm
 
eMail | [EMAIL PROTECTED]       home: [EMAIL PROTECTED]
phone | +49 (3641) 64-2721    home: +49 (3641) 390545
sMail | R.-Breitscheid-Str. 43, 07747 Jena, Germany

--
MP3 ENCODER mailing list ( http://geek.rcc.se/mp3encoder/ )

Reply via email to