Skip to content

Releases: goxr3plus/java-google-speech-api

Java 8 and Bug Fixes

03 Nov 20:07
Compare
Choose a tag to compare

Java 8 and Bug Fixes #6

Add it to your project using JitPack :

https://jitpack.io/private#goxr3plus/java-google-speech-api

Step 1. Add the JitPack repository to your build file

<repositories>
	<repository>
	   <id>jitpack.io</id>
	   <url>https://jitpack.io</url>
        </repository>
</repositories>

Step 2. Add the dependency

<dependency>
   <groupId>com.github.goxr3plus</groupId>
   <artifactId>java-google-speech-api</artifactId>
   <version>8.0.0</version> 
</dependency>

Updated Flac Encoder

19 Oct 20:31
Compare
Choose a tag to compare

Updated the Flac Encoder to the newer one from >com.github.axet>java-flac-encoder>0.3.8

First release with version 2.0 :)

03 Oct 20:19
Compare
Choose a tag to compare

Check Project Description to learn how to add this Library on your Project along with it's depencities :)