Delphi interface for MP3 encoding using lame-enc.dll.
| ACS_LAME | Delphi interface for MP3 encoding using lame-enc.dll. |
| TMP3Out | This component is a LAME-based mp3 encoder. |
| Properties | |
| BitRate | In CBR mode sets the output file’s bitrate, in VBR mode sets the output file’s minimum bitrate. |
| Id3v1Tags | Sets Id3V1 tags. |
| Mode | Sets the Mono/Stereo encoding options for the output file. |
| CRC | Use this property to enable/disable CRC-checksum in the output bitstream. |
| VBRQuality | Use this property to set the VBR quality in VBR mode. |
| EnableVBR | Use this property to switch between the VBR and CBR modes. |
| AverageBitrate | Use this property to set the average bitrate in VBR mode. |
| MaximumBitrate | Use this property to set the maximum bitrate in VBR mode. |
This component is a LAME-based mp3 encoder. Descends from TAuTaggedFileOut. Requires lame_enc.dll.
| Properties | |
| BitRate | In CBR mode sets the output file’s bitrate, in VBR mode sets the output file’s minimum bitrate. |
| Id3v1Tags | Sets Id3V1 tags. |
| Mode | Sets the Mono/Stereo encoding options for the output file. |
| CRC | Use this property to enable/disable CRC-checksum in the output bitstream. |
| VBRQuality | Use this property to set the VBR quality in VBR mode. |
| EnableVBR | Use this property to switch between the VBR and CBR modes. |
| AverageBitrate | Use this property to set the average bitrate in VBR mode. |
| MaximumBitrate | Use this property to set the maximum bitrate in VBR mode. |