QUOTE(bryant @ Feb 15 2005, 01:54 AM)
Sorry I have not been active lately on the boards, but I have now moved into a new house and will be getting Internet this week so I will be able to catch up. Many thanks to those who have filled in the gaps these few months!
I assume by this question you mean concatenating two WavPack files serially (one after the other) rather than merging a WavPack lossy file with its correction file, right? The answer is that you
can simply merge the two with a binary concatenation, but then the headers on each block must be updated to reflect the new length (and indexes for the second file). Fortunately, this can be done very quickly because it can happen "in-place". Unfortunately, there is no program to do it.

If I get a chance I might throw something like this together, but I'm still really short of time right now. However, it should be REALLY easy to do. As a starting point, I created a sample program some time ago to simply parse a WavPack file. This could be easily enhanced to update the headers, I think...
http://wavpack.com/wvparser.cThanks, and I hope to be posting more often soon (maybe even get out a release).
Yes, I mean concatenating 2 hybrid files. But please, don't worry about this too much, I don't think I can modify that code right now (I lack knowledge and skills) and it doesn't seem to be a very demanded feature, so I'll live without it. Thanks anyway for your response and this great format and best luck with your new home!
QUOTE(ChristianHJW @ Feb 16 2005, 12:37 AM)
Joining of Wavpack files should work already when they are in MKV container, using the --merge command of mkvmerge in PRE version. Just a pitty we cant play it yet

....
Interesting... Will the merged files extract as one afterwards? Doesn't foobar read .mka files? Is .mkv any different from .mka?
Cheers.