ACS_LAME

Delphi interface for MP3 encoding using lame-enc.dll.

Summary
ACS_LAMEDelphi interface for MP3 encoding using lame-enc.dll.
TMP3OutThis component is a LAME-based mp3 encoder.
Properties
BitRateIn CBR mode sets the output file’s bitrate, in VBR mode sets the output file’s minimum bitrate.
Id3v1TagsSets Id3V1 tags.
ModeSets the Mono/Stereo encoding options for the output file.
CRCUse this property to enable/disable CRC-checksum in the output bitstream.
VBRQualityUse this property to set the VBR quality in VBR mode.
EnableVBRUse this property to switch between the VBR and CBR modes.
AverageBitrateUse this property to set the average bitrate in VBR mode.
MaximumBitrateUse this property to set the maximum bitrate in VBR mode.

TMP3Out

This component is a LAME-based mp3 encoder.  Descends from TAuTaggedFileOut.  Requires lame_enc.dll.

Summary
Properties
BitRateIn CBR mode sets the output file’s bitrate, in VBR mode sets the output file’s minimum bitrate.
Id3v1TagsSets Id3V1 tags.
ModeSets the Mono/Stereo encoding options for the output file.
CRCUse this property to enable/disable CRC-checksum in the output bitstream.
VBRQualityUse this property to set the VBR quality in VBR mode.
EnableVBRUse this property to switch between the VBR and CBR modes.
AverageBitrateUse this property to set the average bitrate in VBR mode.
MaximumBitrateUse this property to set the maximum bitrate in VBR mode.

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. if the input data is mono, don’t set this property to mmSTEREO.

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.  It is preferable to set VBR quality instead of setting average birate directly.

EnableVBR

Use this property to switch between the VBR and CBR modes.

AverageBitrate

Use this property to set the average bitrate in VBR mode.  By default AverageBitrate is set to mbrAuto which tells the component to use VBRQuality instead (the preferable way).  When encoding in CBR mode make sure this property is set to mbrAuto.

MaximumBitrate

Use this property to set the maximum bitrate in VBR mode.

Descends from TAuFileOut, this class is an ancestor of the file output components that use Id3v* tags.
Close