Log in

View Full Version : RadLight TTA DirectShow filter v1.0.0.0


DAvenger
3rd July 2004, 20:49
RadLight adds supports for yet another nice audio format ^_^

TTA is a simple lossless audio compressor based on adaptive prognostic filters which has shown the same or the better results comparing to majority of modern analogs. Our main requirements to compressor development was the reasonable compression level and high operation speed.

TTA performs lossless compression on multichannel 8,16,24 bit's integer and 32 bit's IEEE floating-point data of the Wav audio files. Being "lossless" means that no data/quality is lost in the compression - when uncompressed, the data will be identical to the original. The compression ratios of TTA depend on the type of music file being compressed, but the compression size will generally range between 30% - 70% of the original. TTA format supports both of ID3v1 and ID3v2 information tags.

More info about TTA : http://www.true-audio.com/

Download the "RadLight TTA DirectShow filter v1.0.0.0" (http://developer.radlight.net/download/tta/RadLightTTA_1.0.0.0.exe)

Download the "RadLight 4 multimedia player (pre-beta 2 build 3)" (http://www.radlight.net/forum/index.php?showtopic=771)

ChristianHJW
4th July 2004, 07:40
Great :) !

One question though, do you guys have any plans to split decoder and parser for your filters ? Mosu has TTA muxing into MKA almost done, and right now this filter has parser and decoder in one single instance, right ?

DAvenger
4th July 2004, 08:42
Sure. You (or Mosu) can post the details here : http://www.radlight.net/forum/index.php?showtopic=776

(RadScorpion does not really visit other forums than his own)

We are busy with the first beta of RadLight at the moment but I am sure we can spend a couple of hours on the filter modifications ;)