Displaying 2 results from an estimated 2 matches for "avadeaux".
2023 Apr 12
1
Calling libFLAC from Java
...ld make it easier for people who want to do this, so when I did some refactoring recently I made a separate package for just the FLAC decoding, with the Java interface improved, and put it into its own tarball with simplified instructions.
If you are interested, the website is https://klipspringer.avadeaux.net/ <https://klipspringer.avadeaux.net/> and the page specifically about the FLAC decoding package is https://klipspringer.avadeaux.net/guide/flac-decoding/ <https://klipspringer.avadeaux.net/guide/flac-decoding/>
J.
-------------- next part --------------
An HTML attachment was scr...
2023 Apr 14
1
Calling libFLAC from Java
...re
is a native FLAC encoder and decoder implementation though:
https://github.com/nayuki/FLAC-library-Java That might not be as
feature complete as libFLAC though, I haven't tried.
Kind regards, Martijn van Beurden
Op wo 12 apr 2023 om 08:35 schreef Jesper Larsson (njlarsson)
<njlarsson at avadeaux.net>:
>
> Hello, I joined because this list is the preferred method of communication according to web site, and I would like to tell you about something I've been working with that perhaps you would like to include among the links on the FLAC web site?
>
> Since 2014, I have a sy...