German Attanasio

Results 50 comments of German Attanasio

Make sure you have the following option checked in Docker Desktop ![docker](https://user-images.githubusercontent.com/313157/159505625-fbd185d2-6384-408f-955c-f4c769986347.jpg)

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 [email protected] wrote:...

Re-run the method that calls `recognize()`

If you get an error, log that error using ```java @Override public void onError(Exception x) { Log.e("Error recognizing audio","(:200)"+x.getMessage()); startRecognition(); } ``` Where `startRecognition()` is: ```java public void startRecognition() {...

You can't send more than 100mb to the service. See https://console.bluemix.net/docs/services/speech-to-text/websockets.html#WSaudio

I think the aar is missing a few classes. I will look into it once I get some time, maybe next week

Thanks a lot for filing this issue! Would you like to write a patch for this? We'd be more than happy to walk you through the steps involved.

@lpatino10 Can you do some quick research to see if there is a way to encode the microphone audio to `opus/ogg`?

Please provide a set of reproducible steps.

Hi @PhilippeComte. If you run `npm install` you should get all the dependencies you need including [`dotenv`](https://github.com/watson-developer-cloud/assistant-simple/blob/master/package.json#L23) The fact that you got an error on the dependencies makes me think...