Last Version

java-flac-encoder 0.3.8

javaFlacEncoder is a pure java implementation of a FLAC encoder library. It is designed to allow third-party java applications to enable flac encoding without resorting to use of JNI or scripted file conversions. Additionally, a basic console wav->flac encoding tool is included as part of this package. Original project can be found here: http://javaflacencoder.sourceforge.net/

License

License

Categories

Categories

Java Languages
GroupId

GroupId

com.github.axet
ArtifactId

ArtifactId

java-flac-encoder
Version

Version

0.3.8
Type

Type

jar
Description

Description

java-flac-encoder
javaFlacEncoder is a pure java implementation of a FLAC encoder library. It is designed to allow third-party java applications to enable flac encoding without resorting to use of JNI or scripted file conversions. Additionally, a basic console wav->flac encoding tool is included as part of this package. Original project can be found here: http://javaflacencoder.sourceforge.net/
Project URL

Project URL

https://github.com/amplexus/java-flac-encoder
Source Code Management

Source Code Management

http://github.com/amplexus/java-flac-encoder

Download java-flac-encoder 0.3.8


<!-- https://jarcasting.com/artifacts/com.github.axet/java-flac-encoder/ -->
<dependency>
    <groupId>com.github.axet</groupId>
    <artifactId>java-flac-encoder</artifactId>
    <version>0.3.8</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.axet/java-flac-encoder/
implementation 'com.github.axet:java-flac-encoder:0.3.8'
// https://jarcasting.com/artifacts/com.github.axet/java-flac-encoder/
implementation ("com.github.axet:java-flac-encoder:0.3.8")
'com.github.axet:java-flac-encoder:jar:0.3.8'
<dependency org="com.github.axet" name="java-flac-encoder" rev="0.3.8">
  <artifact name="java-flac-encoder" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.axet', module='java-flac-encoder', version='0.3.8')
)
libraryDependencies += "com.github.axet" % "java-flac-encoder" % "0.3.8"
[com.github.axet/java-flac-encoder "0.3.8"]

Dependencies

There are no dependencies for this project. It is a standalone project that does not depend on any other jars.

Project Modules

There are no modules declared in this project.