NewAC interface to libFLAC.dll
| ACS_FLAC | NewAC interface to libFLAC.dll |
| TFLACOut | FLAC encoder component. |
| Properties | |
| BestModelSearch | Similar to America’s Next Top Model, except for algorithms. |
| Blocksize | The size you want some blocks to be. |
| 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.) |
| Verify | Setting Verify to True forces the FLAC encoder to verify its own output. |
| TFLACIn | FLAC decoder component. |
| Properties | |
| IsMD5SignatureValid | If MD5 signature checking is turned on, this property returns True if the signature is correct (i.e. |
| VorbisComments | Read this property to get tags (artist, title, etc.) |
| CheckMD5Signature | This property specifies whether the input file’s MD5 signature should be checked. |
FLAC encoder component. Descends from TAuFileOut. Requires libFLAC.dll More information about FLAC can be found at http://flac.sourceforge.com.
| Properties | |
| BestModelSearch | Similar to America’s Next Top Model, except for algorithms. |
| Blocksize | The size you want some blocks to be. |
| 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.) |
| Verify | Setting Verify to True forces the FLAC encoder to verify its own output. |
The size you want some blocks to be. Has nothing to do with BestModelSearch
FLAC decoder component. Descends from TAuFileIn. Requires libFLAC.dll More information about FLAC can be found at http://flac.sourceforge.com.
| Properties | |
| IsMD5SignatureValid | If MD5 signature checking is turned on, this property returns True if the signature is correct (i.e. |
| VorbisComments | Read this property to get tags (artist, title, etc.) |
| CheckMD5Signature | This property specifies whether the input file’s MD5 signature should be checked. |
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.
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.