ACS_FLAC

NewAC interface to libFLAC.dll

Summary
ACS_FLACNewAC interface to libFLAC.dll
TFLACOutFLAC encoder component.
Properties
BestModelSearchSimilar to America’s Next Top Model, except for algorithms.
BlocksizeThe size you want some blocks to be.
CompressionLevelWhat level you want your compression at.
EnableMidSideStereoSet this property to True to get a bit more compression.
TagsUse this property to add a set of Vorbis-style comments (artist, title, etc.)
VerifySetting Verify to True forces the FLAC encoder to verify its own output.
TFLACInFLAC decoder component.
Properties
IsMD5SignatureValidIf MD5 signature checking is turned on, this property returns True if the signature is correct (i.e.
VorbisCommentsRead this property to get tags (artist, title, etc.)
CheckMD5SignatureThis property specifies whether the input file’s MD5 signature should be checked.

TFLACOut

FLAC encoder component.  Descends from TAuFileOut.  Requires libFLAC.dll More information about FLAC can be found at http://flac.sourceforge.com.

Summary
Properties
BestModelSearchSimilar to America’s Next Top Model, except for algorithms.
BlocksizeThe size you want some blocks to be.
CompressionLevelWhat level you want your compression at.
EnableMidSideStereoSet this property to True to get a bit more compression.
TagsUse this property to add a set of Vorbis-style comments (artist, title, etc.)
VerifySetting Verify to True forces the FLAC encoder to verify its own output.

Properties

BestModelSearch

Similar to America’s Next Top Model, except for algorithms.

Blocksize

The size you want some blocks to be.  Has nothing to do with BestModelSearch

CompressionLevel

What level you want your compression at.

EnableMidSideStereo

Set this property to True to get a bit more compression.

Tags

Use this property to add a set of Vorbis-style comments (artist, title, etc.) to the output file.

Verify

Setting Verify to True forces the FLAC encoder to verify its own output.  It slows down encoding process and usually unnecessary.

TFLACIn

FLAC decoder component.  Descends from TAuFileIn.  Requires libFLAC.dll More information about FLAC can be found at http://flac.sourceforge.com.

Summary
Properties
IsMD5SignatureValidIf MD5 signature checking is turned on, this property returns True if the signature is correct (i.e.
VorbisCommentsRead this property to get tags (artist, title, etc.)
CheckMD5SignatureThis property specifies whether the input file’s MD5 signature should be checked.

Properties

IsMD5SignatureValid

If MD5 signature checking is turned on, this property returns True if the signature is correct (i.e. file contents is not broken).  This property value becomes meaningful only after the file has finished playing.  Note that if FLAC codec cannot check the signature for some internal reason, this property still returns True.

VorbisComments

Read this property to get tags (artist, title, etc.) that may be attached to the file.

CheckMD5Signature

This property specifies whether the input file’s MD5 signature should be checked.  The MD5 signature checking should be turned on before the file starts playing.  If you set this property to True, you can use IsMD5SignatureValid value to check the signature after file has finished playing.  Note, that seeking in the input file turns the signature checking off (the value of CheckMD5Signature becomes False).  In this case IsMD5SignatureValid will aalways return True.

A descendant of TAuStreamedOutput to deal with files and streams.
Similar to America’s Next Top Model, except for algorithms.
A descendant of TAuStreamedInput to deal with files and streams.
If MD5 signature checking is turned on, this property returns True if the signature is correct (i.e.
Close