Requires: bass_tta.dll - The True Audio Codec (TTA) Add-On - available @ www.un4seen.com.
Un4seen.Bass.AddOn.TtaBassTta
Namespace: Un4seen.Bass.AddOn.Tta
Assembly: Bass.Net (in Bass.Net.dll) Version: 2.4.17.5
The BassTta type exposes the following members.
Name | Description | |
---|---|---|
BASS_TTA_StreamCreateFile(IntPtr, Int64, Int64, BASSFlag) |
Creates a sample stream from a True Audio memory IntPtr.
This overload implements streaming from memory. | |
BASS_TTA_StreamCreateFile(String, Int64, Int64, BASSFlag) |
Creates a sample stream from a True Audio file.
This overload implements Unicode filenames. The BASS_UNICODE flag will be added automatically. | |
BASS_TTA_StreamCreateFileUser |
Creates a sample stream from a True Audio file via a user callback function.
| |
FreeMe |
Unloads this library. This must be called when you have previously called LoadMe.
| |
LoadMe |
Loads this library into memory. The library will be search in the current application directory.
| |
LoadMe(String) |
Loads this library into memory. The library will be loaded from the given path.
|
Name | Description | |
---|---|---|
SupportedStreamExtensions |
Supported file extensions of the bass_tta.dll
| |
SupportedStreamName |
Supported file format name of the bass_tta.dll
|
BASS_TTA is an extension to the BASS audio library, enabling the playing of TTA (The True Audio Codec) encoded files. TTA is a free, simple, realtime lossless audio compressor based on adaptive prognostic filters. The codec was built to offer adequate compression levels while maintaining high operation speeds.
The True Audio format is used in the same way as any of the built-in BASS stream formats. Simply call BASS_PluginLoad(String) to load the add-on into BASS and benefit the usage of the standard sample/stream/user functions, or call the BASS_TTA_StreamCreateFile(String, Int64, Int64, BASSFlag) or User functions.
More information can be found on www.true-audio.com.