lkuza2 / java-speech-api

The J.A.R.V.I.S. Speech API is designed to be simple and efficient, using the speech engines created by Google to provide functionality for parts of the API. Essentially, it is an API written in Java, including a recognizer, synthesizer, and a microphone capture utility. The project uses Google services for the synthesizer and recognizer. While this requires an Internet connection, it provides a complete, modern, and fully functional speech API in Java.
GNU General Public License v3.0
531 stars 304 forks source link

Use other APIs along with Google #83

Open germanattanasio opened 8 years ago

germanattanasio commented 8 years ago

It will be great if you can make the changes so that the library can be used with other Speech APIs like IBM Watson Speech to Text http://www.ibm.com/smarterplanet/us/en/ibmwatson/developercloud/speech-to-text/api/

Skylion007 commented 8 years ago

We are always open to pull requests. :)

germanattanasio commented 8 years ago

I was worried you were going to say that :-P.

Ok let me see what I can do

On Sun, Jun 12, 2016 at 12:37 PM Aaron Gokaslan notifications@github.com wrote:

We are always open to pull requests. :)

— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub https://github.com/lkuza2/java-speech-api/issues/83#issuecomment-225446872, or mute the thread https://github.com/notifications/unsubscribe/AATHRcuibxwEnfpLT6Zh8llvZ8SFxDkNks5qLDXIgaJpZM4Iz0kL .

nalbion commented 6 years ago

@Skylion007 @lkuza2 @ClusterM I'm working on this here - https://github.com/nalbion/java-speech-api/blob/feature/lex-recogniser/src/main/java/com/darkprograms/speech/recognizer/vad/VoiceActivityDetector.java

I'm trying to build a continuously listening service with recognition requests triggered by a VAD. Any tips/assistance would be welcome