I everyone, i'm new to this forum.

I use lame to encode for a live stream and the stream is read with flash player (normaly) that is used to remotly listen and controle a radio tuner.

I have 3 choices of quality: low / medioum and high I must use 16-24kbps for low 32-48 for medium and I use 128kbps for high quality and the input is a directx 44.1khz 16 bit mono signal

here the setting for my high quality setting (it sound good)
-q0 -V2 -b32 -B128 -mm --vbr-new

but when I use lower bitrate lame must resample. but it doesn't seem to realy resample. insted the sound play just too fast. so if the output isn't 44.1 the sound play too fast.

two setting tried with lower bitreate
-q0 -V9 -b8 -B32 -mm --resample 11.025 --vbr-new
-q0 -b48 -mm --resample 22.050 --cbr


Thanks for any help or clue that you can give to me.