Shine-MP3-Encoder-on-AS3-Alchemy
Shine-MP3-Encoder-on-AS3-Alchemy copied to clipboard
How to lower bitrate?
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
You could try my fork which allows you to set the bit rate.
i'm in problem. how to set the bitrate?
As I have said earlier, you can use my fork. https://github.com/sri-soham/Shine-MP3-Encoder-on-AS3-Alchemy You also have instructions on how to compile and use it.