java-speech-api icon indicating copy to clipboard operation
java-speech-api copied to clipboard

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,...

Results 19 java-speech-api issues
Sort by recently updated
recently updated
newest added

When using the `Synthesizer`, it tries to use the following link: http://translate.google.com/translate_a/single?client=t&hl=en&sl=auto&tl=en&text=Hello+world&multires=1&otf=0&pc=0&trs=1&ssel=0&tsel=0&sc=1&dt=t&ie=UTF-8&oe=UTF-8&tk=464692.91119 This results in an IOException and a 403 error as well as blocking the user's IP from using...

hello i am a beginner programmer . my first project is need to speech to text technology so i ask something. i've downloaded this api in eclipse but i am...

...because Google no longer supports "Speech API v2". [(Yes I actually tried.)](http://tinybrain.de/1015719) I might have to use Google libraries (yikes).

untested, but open to comments relates to #83

Does that API supports audio file to text converter?

As per the recommendations of [Moattar and Homayounpour](https://www.researchgate.net/publication/255667085_A_simple_but_efficient_real-time_voice_activity_detection_algorithm) I'm trying to detect voice activity using a 10ms sliding window. For 10ms of 16kHz 16bit mono audio, `getNumBytes(.01)` returns 320. (it...

This project is based on Chromium Speech API key, if I am right. That API has a lot stricter limits than the new Speech API on Google Cloud (which is...

Hi, I have a problem with the microphone selection GUI. When I ran it, I added this line ` try { main.mic.setTargetDataLine((TargetDataLine) AudioSystem.getLine(mixer.getLineInfo())); } catch (LineUnavailableException e) { // TODO...

I built latest GitHub with "mvn package" on Java 8. ``` [ERROR] /home/stefan/dev/java-speech-api-master/src/main/java/com/darkprograms/speech/synthesiser/BaseSynthsiser.java:70: error: unknown tag: String [ERROR] * @return A List of the String fragments from your input.. [ERROR]...

When i try to JARVIS Speech recognition API. It makes a call to the following service and fails mentioning the Key is not correct. https://www.google.com/speech-api/full-duplex/v1/up?lang=en&lm=dictation&client=chromium&pair=463557773541365&key=Google_Cloud_API_key&continuous=true&interim=true It would be great if...