QUOTE(krmathis @ May 27 2007, 08:22)

I was hoping that you started looking into support for other platforms when TAK reached a stable stage (version 1.0.1). But I now understand that is belongs somewhere in the distant future... (2008 maybe?)
2008 seems to be realistic.
QUOTE(Spirit_of_the_ocean @ May 29 2007, 13:33)

Is there a directshow splitter available?
This would be a good thing

I agree. Possibly you will have to wait until somebody else writes one based upon the SDK. Currently i don't intend to do it myself. But maybe i get interested into doing it sometime (if i want to see, if i can do it...).
QUOTE(Eli @ May 29 2007, 14:34)

QUOTE(TBeck @ May 26 2007, 21:20)

QUOTE(Eli @ May 24 2007, 13:49)

TBeck, can you add the ability for TAK files to store CD TOC files? If you need more information spoon (dBpoweramp) can give you more details.
You are the first one asking for this. Which means a very low priority on my to do list...
Thomas
I think that is largely because it is not widely implemented in other formats and people do not understand the benefits. The wiki lossless table should be expanded to show this feature. ATM only WMA supports this among lossless codecs. Hopefully, FLAC will soon support it as well. Basically it will make it much easier to go back and update metadata with this feature because most metadata services use the original CD TOC to find metadata. In addition, my understanding is that it should not be difficult to support, meaning that while maybe a low priority it should not take long.
To be honest: When i had read your post i first had to google a bit to find out, what the embedding of the CD TOC would be good for. Now it looks as if i understood it right.
Is there a standard for APEv2 to put it into? This would be the easiest way (no work for me). Otherwises i would have to integrate a new meta data structure in the TAK container. This is always much work; even if it's easy to code it always involves a lot of testing.
QUOTE(R.A.F. @ May 30 2007, 01:38)

QUOTE(micr0c0sm @ May 30 2007, 01:19)

hmmm any chance of making a rockbox plugin?
Good idea! I'd really appreciate it, if there would be some in the near future.
Probably not before a source code release, which means not in the near future (this year).
QUOTE(shaohao @ May 30 2007, 17:48)

The header file "tak_dec_lib.h" should be modified like below:
CODE
#ifndef __TAK_DEC_LIB
#define __TAK_DEC_LIB
...
..
.
#endif
So I can include this header file in different position for serval times.
You are right. I often tend to forget this, because it isn't needed in Delphi Pascal...
QUOTE(shaohao @ May 30 2007, 17:48)

and, you can update the .h header file to support loading tak_dec_lib.dll by developers through "LoadLibrary()" so that we can put the .dll file into other folders other than the local working directory.
Maybe someone else likes to do this for me? I am not too fast in C.
QUOTE(shaohao @ May 30 2007, 17:48)

BTW: Is it possible for you to release a static library verson?
I doubt that it is possible. The library is written in Delphi Pascal and therefore using Delphi's runtime library. But sooner or later i will translate it to C, then no problem.
Thomas