Skip to main content

Notice

Please note that most of the software linked on this forum is likely to be safe to use. If you are unsure, feel free to ask in the relevant topics, or send a private message to an administrator or moderator. To help curb the problems of false positives, or in the event that you do find actual malware, you can contribute through the article linked here.
Topic: Java implementation of WavPack encoding (Read 4692 times) previous topic - next topic
0 Members and 1 Guest are viewing this topic.

Java implementation of WavPack encoding

Peter McQuillan has created a Java implementation of the Tiny Encoder for WavPack. Like the Tiny Encoder, this handles the lossless, hybrid lossy and hybrid lossless (2-file) modes and is released under the BSD. I've tested it thoroughly and it handled everything I tried on it.

After seeing the very cool JavaTunes adopt the Java implementation of Peter's WavPack decoder, I am very interested to see what applications might make use of this.

It's available on the regular WavPack download page.

Thanks Peter! 

 

Java implementation of WavPack encoding

Reply #1
Thanks for posting this on your website David.

As you said, hopefully this will inspire further projects!