TAK 2.2.0 - Alpha release |
TAK 2.2.0 - Alpha release |
Jun 6 2011, 15:03
Post
#1
|
|
|
TAK Developer Group: Developer Posts: 1043 Joined: 1-April 06 Member No.: 29051 |
Alpha release 1 of TAK 2.2.0 ((T)om's lossless (A)udio (K)ompressor)
It consists of: - TAK Applications 2.2.0 Alpha 1 b in "\Applications". - TAK Winamp plugin 2.2.0 Alpha 1 in "\WinAmp". - TAK Decoding library 2.2.0 Alpha 1 in "\Deco_Lib". The final release will additionally contain the SDK. Download: Download link removed. TAK 2.2.0 Final has been released. What's new This release brings support for multi-channel audio and speed optimizations for encoder and decoder. New features: - Support for multi-channel audio. While the stream format supports up to 16 channels, the codec currently is restricted to a maximum of 6 channels. - Support for the "Wave Format Extensible" file format. Improvements: - Encoding speed improvements of up to 10 percent for my primary file set. Most of it is achieved by a modification of the algorithm which selects the optimal predictor order for each subframe. It will now often use less predictors than before, what may on average result in about 0.01 percent worse compression. You will only notice an speed advantage, if your files benefit from high predictor orders. - Decoding speed improvements of up to 18 percent for my primary file set. Some of it is attributed to the above-noted modification of the encoder's predictor order selection algorithm. Therefore it will only take effect when decoding files encoded with this version and only, if they benefit from high predictor orders. Additionally SSSE3-instructions can be used for predictor counts of 32 and more. This affects the presets p3, p4 and sometimes p2, but only, if a particular file benefits from high predictor orders. Known issues: - If you use pipe decoding and the application reading the pipe is beeing terminated before the whole file has been read, TAKC may get into an endless loop and has to be manually killed with the task manager. I don't think this is a big issue but i will try to fix it in one of the next versions. BTW: Big thanks to shnutils for testing the pipe decoding! - There seem to be some compatibility issues with pipe decoding to some other applications ("crc1632.exe" has been reported). I will try to fix it in the next release. Alpha testing This alpha release has already gone through extensive testing performed by my automatic scripts. Nevertheless there may be bugs left. Especially because i had to write a lot of new code for the support of multi-channel audio. This also involved a lot of minor modifications of the existing code. Therefore i would like you to verify the proper function of the codec: Compress -> Decompress -> Compare resulting wave with the original file, either by a binary compare or by the use MD5-check sums. Certainly i am very interested into efficiency comparisons of the new multi-channel audio codec and other compressors. Some remarks: The most time consuming part of the new codec is it's channel decorrelation mechanism. The strongest presets sometimes check any possible channel combination. Principially you have n * (n - 1) (n = channel count) possible combinations, if you count "A predicts B" and "B predicts A" as two combinations. Some figures: 2 channels -> 2 combinations 4 channels -> 12 combinations 5 channels -> 20 combinations 6 channels -> 30 combinations 8 channels -> 56 combinations This rapid increase is the reason, why the codec currently is restricted to a maximum of 6 channels. I have to find and evaluate more heuristics for a fast estimation of optimal pairings which doesn't require a full evaluation of all possibilities. Some are alreaday working. Most of them rely on the presence of a speaker assignment mask in the source wave file. If present, some faster presets will only test those combinations, which were most useful in my evaluations. A low frequency channel will never be evaluated. But this only works, if the speaker assignment is known. Therefore the encoding time of the same audio data may differ considerably dependent on the presence of a speaker mask in the original wave file. Im my evaluations the new codec often did beat Mpeg4Als -7 compressionwise, if a particular file provided good opportunities for channel decorrelation. Unfortunately for some files there are zero opportunities. My test corpus is still too small to make any generalized statement regarding the new codecs efficiency. Therefore i am very interested into compression results and comparisons with other codecs. Thanks for testing and have fun Thomas This post has been edited by TBeck: Jul 10 2011, 23:53 |
|
|
|
![]() |
Jun 8 2011, 18:32
Post
#2
|
|
![]() Group: Members Posts: 512 Joined: 4-June 02 Member No.: 2220 |
The -p4m results:
CODE 6ch 48KHz 16bit TAK 2.2.0alpha -p2m TAK 2.2.0alpha -p4m MP4alsRM23 -7 -o160 -t6 WAV filesize ratio enc dec ratio enc dec ratio enc dec ----- --------- ------ ------ ------ ------ ------ ------ ------ ------ ------ D1-02 106.15 MB 44.00% 4.184x 76.83x 43.85% 3.079x 62.78x 43.12% 0.206x 7.12x D1-03 228.73 MB 40.38% 4.231x 74.86x 40.18% 3.121x 60.16x 39.58% 0.209x 7.55x D1-05 407.76 MB 32.70% 4.357x 84.39x 32.49% 3.312x 61.38x 32.40% 0.220x 8.41x D1-08 506.63 MB 41.07% 4.087x 75.10x 40.94% 3.018x 68.00x 40.66% 0.211x 9.07x D1-10 140.89 MB 44.11% 4.134x 79.31x 43.91% 3.159x 62.90% 43.30% 0.209x 7.09x Note: I initially noticed for the file D1-02 the ratio of -p2m was better than -p4m and found it was a error in calculation or a typo, so it's fixed. I double-checked the other files' ratios for -p2m and there were no further errors/typos. Speaking of 'no errors,' all my tests with -p0, -p1, p2m and -p4m were decompressed and bit-compared, still no errors found This post has been edited by Destroid: Jun 8 2011, 18:35 -------------------- "Something bothering you, Mister Spock?"
|
|
|
|
TBeck TAK 2.2.0 - Alpha release Jun 6 2011, 15:03
_mē_ I get "Wave file not supported" on all f... Jun 6 2011, 17:17
TBeck QUOTE (_mē_ @ Jun 6 2011, 18:17) I get ... Jun 6 2011, 17:31
lvqcl QUOTE Hm, works for me.
Works here too. Jun 6 2011, 17:52
TBeck Although there is no hint, i just looked at my wav... Jun 6 2011, 17:54
_mē_ The file was created with sox. I just tried Tak in... Jun 6 2011, 18:06
TBeck QUOTE (_mē_ @ Jun 6 2011, 19:06) The file... Jun 6 2011, 18:14
lvqcl QUOTE The file was created with sox.
What version?... Jun 6 2011, 18:09
TBeck QUOTE (_mē_ @ Jun 6 2011, 19:06) I can on... Jun 6 2011, 18:28
lvqcl I decoded d2.flac to 2 wav files with SoX 14.3.1 a... Jun 6 2011, 18:40
TBeck QUOTE (lvqcl @ Jun 6 2011, 19:40) I decod... Jun 6 2011, 18:57
lvqcl -- Jun 6 2011, 19:09
TBeck QUOTE (TBeck @ Jun 6 2011, 19:57) QUOTE (... Jun 6 2011, 19:10
_mē_ Sorry, my bad, seems to be a flake bug, the flac d... Jun 6 2011, 19:13
TBeck QUOTE (_mē_ @ Jun 6 2011, 20:13) Sorry, m... Jun 6 2011, 19:34
lvqcl From SoX changelog:
"Fix bug where FACT chu... Jun 6 2011, 19:51
TBeck QUOTE (lvqcl @ Jun 6 2011, 20:51) From So... Jun 6 2011, 20:00
[JAZ] Indeed, that last check shouldn't be made.
Mi... Jun 6 2011, 20:05
TBeck QUOTE ([JAZ] @ Jun 6 2011, 21:05)... Jun 6 2011, 20:14
lvqcl QUOTE Read up to chunk size, and if you are not at... Jun 6 2011, 20:11
TBeck QUOTE (lvqcl @ Jun 6 2011, 21:11) QUOTE R... Jun 6 2011, 20:16
Destroid I managed to finish a preview of a TAK benchmark d... Jun 7 2011, 00:18
lvqcl QUOTE Anyone give me hint at fixing this (possibly... Jun 7 2011, 01:27
TBeck QUOTE (lvqcl @ Jun 7 2011, 02:27) takc.ex... Jun 7 2011, 03:13
lvqcl QUOTE (TBeck @ Jun 7 2011, 06:13) Good id... Jun 7 2011, 13:02
TBeck QUOTE (lvqcl @ Jun 7 2011, 14:02) What ca... Jun 7 2011, 14:54
Destroid QUOTE (TBeck @ Jun 7 2011, 13:54) QUOTE (... Jun 14 2011, 03:12
TBeck QUOTE (Destroid @ Jun 14 2011, 04:12) I a... Jun 14 2011, 17:08
bryant QUOTE (TBeck @ Jun 14 2011, 09:08) Maybe ... Jun 14 2011, 21:07
Destroid QUOTE (bryant @ Jun 14 2011, 20:07) QUOTE... Jun 16 2011, 10:48
TBeck QUOTE (Destroid @ Jun 7 2011, 01:18) I ma... Jun 7 2011, 02:57
Destroid QUOTE (TBeck @ Jun 7 2011, 01:57) Well, a... Jun 7 2011, 07:40
Destroid Didn't have doubt about data integrity of TAK,... Jun 7 2011, 18:47
Destroid And here's some test results
Not sure exactly... Jun 8 2011, 03:18
TBeck QUOTE (Destroid @ Jun 7 2011, 19:47) Didn... Jun 8 2011, 17:07
TBeck QUOTE (Destroid @ Jun 8 2011, 19:32) The ... Jun 8 2011, 18:48
Destroid QUOTE (TBeck @ Jun 8 2011, 17:48) Ok, nev... Jun 8 2011, 20:04
RastaMan Tested TAK 2.2.0 Alpha on an HDCD album "Sara... Jun 16 2011, 09:56
bryant QUOTE (RastaMan @ Jun 16 2011, 01:56) Ran... Jun 17 2011, 07:17
TBeck QUOTE (bryant @ Jun 14 2011, 22:07) Maybe... Jun 16 2011, 23:18
RastaMan The original tests were run using the highest comp... Jun 17 2011, 13:34
Ljubo44 Any chance to play tak format with windows media p... Jun 17 2011, 15:48
lvqcl Ljubo44: http://liviocavallo.altervista.org/ Jun 17 2011, 15:51
Ljubo44 Tired before, installed from C:/Temp from bat as a... Jun 18 2011, 02:13
TBeck I want to prepare a final release.
Therefore, if ... Jun 30 2011, 21:11
Destroid QUOTE (TBeck @ Jun 30 2011, 20:11) Theref... Jul 3 2011, 00:05
Manlord I dont have any multichannel file, but if any test... Jun 30 2011, 21:34
CoRoNe *bump*
QUOTE (http://www.hydrogenaudio.org/forums/... Jul 2 2011, 21:42
TBeck QUOTE (Manlord @ Jun 30 2011, 22:34) I do... Jul 5 2011, 20:57
TBeck TAK 2.2.0 Final
has been released. Jul 10 2011, 23:55
Steve Forte Rio surprisingly!
Very good news!
Thank you... Jul 11 2011, 11:32
CoRoNe QUOTE (TBeck @ Jun 6 2011, 16:03) Therefo... Jul 11 2011, 20:28
TBeck QUOTE (CoRoNe @ Jul 11 2011, 21:28) I hav... Jul 13 2011, 02:50
CoRoNe QUOTE (TBeck @ Jul 13 2011, 03:50) Strang... Jul 13 2011, 17:28
TBeck Thank you for the info! I will look into it fo... Jul 13 2011, 17:40
_mē_ Updated my test with TTA, WavPack, TAK.
Generally,... Jul 12 2011, 10:21
TBeck QUOTE (_mē_ @ Jul 12 2011, 11:21) Updated... Jul 13 2011, 02:37
_mē_ QUOTE (TBeck @ Jul 13 2011, 03:37) QUOTE ... Jul 13 2011, 08:21![]() ![]() |
|
Lo-Fi Version | Time is now: 23rd May 2013 - 13:17 |