| Class | Audio::MPEG::Encoder |
| In: |
ext/icanhasaudio/audio_mpeg_decoder.c
lib/icanhasaudio/mpeg/encoder.rb |
| Parent: | Object |
call-seq:
encoder.init_params
Initialize lame parameters.
| WAV_ID_RIFF | = | 0x52494646 |
| WAV_ID_WAVE | = | 0x57415645 |
| WAV_ID_FMT | = | 0x666d7420 |
| WAV_ID_DATA | = | 0x64617461 |
| IFF_ID_FORM | = | 0x464f524d |
| IFF_ID_AIFF | = | 0x41494646 |
| IFF_ID_AIFC | = | 0x41494643 |
| IFF_ID_COMM | = | 0x434f4d4d |
| IFF_ID_SSND | = | 0x53534e44 |
| IFF_ID_NONE | = | 0x4e4f4e45 |
| IFF_ID_2CBE | = | 0x74776f73 |
| IFF_ID_2CLE | = | 0x736f7774 |
| VBR_OFF | = | 0 |
| VBR_NORMAL | = | 2 |
| VBR_FAST | = | 4 |
| MODE_NAMES | = | [ [ 'stereo', 'j-stereo', 'dual-ch', 'single-ch' ], [ 'stereo', 'force-ms', 'dual-ch', 'single-ch' ], ] |
| logger | [RW] | |
| pcmbitwidth | [RW] |
Strictly enforce the vbr min bitrate. Normally it will be violated for analog silence.