Shine-MP3-Encoder-on-AS3-Alchemy icon indicating copy to clipboard operation
Shine-MP3-Encoder-on-AS3-Alchemy copied to clipboard

How to lower bitrate?

Open edk77 opened this issue 12 years ago • 3 comments

Hi, first of all thanks a lot for this wonderful encoder.

How could i lower the bitrate? I took a look at the source and seems like it will always use 128 bit?

config.mpeg.bitr = 128;

And below is the trace info i got after cshine.init(this, wavData, mp3Data);

Shine 0.1.4 Microsoft RIFF, WAVE audio, PCM, stereo 32000Hz 16bit, Length: 0: 0: 3 MPEG-I layer III, stereo Psychoacoustic Model: Shine Bitrate=128 kbps
De-emphasis: none Original

edk77 avatar May 10 '12 06:05 edk77