IBM / vr-speech-sandbox-vive

WARNING: This repository is no longer maintained :warning: This repository will not be updated. The repository will be kept available in read-only mode.
Apache License 2.0
86 stars 50 forks source link

Nothing happening #60

Closed Juleffel closed 6 years ago

Juleffel commented 6 years ago

Hi! Is it still all up to date? I tried this code today and the demo launch well, but nothing happen when I talk.

In the log, I have only that:

Teleport Enable
[10/30/2018 17:06:16][SpeechToText.CreateListenConnector()][DEBUG] Created listen socket. Model: en-US_BroadbandModel, parsedParams: ...
[10/30/2018 17:06:16][ExampleStreaming.RecordingHandler()][DEBUG] devices: Microphone (4- HTC Vive)
[10/30/2018 17:06:17][SpeechToText.SendStart()][DEBUG] SendStart() with the following params: {"action":"start","content-type":"audio/l16;rate=22050;channels=1;","inactivity_timeout":-1,"interim_results":true,"max_alternatives":0,"profanity_filter":false,"smart_formatting":true,"speaker_labels":false,"timestamps":true,"word_confidence":true}
[10/30/2018 17:06:17][SpeechToText.OnListenClosed()][DEBUG] OnListenClosed(), State = DISCONNECTED
[10/30/2018 17:06:17][SpeechToText.KeepAlive()][DEBUG] KeepAlive exited.

And then nothing more, when I talk. Maybe I've done something wrong in the setup. How can I debug that?

Thanks a lot for your work!

Juleffel commented 6 years ago

After a restart of computer, it just fall into work... Can't see what I changed, so I'm just closing it. I also have an error with the confidence being 0, but displaying as a real number in the json of speech to text... I can't see why, so I just removed the alt.confidence > 0 in onRecognize , and that works fine. Weird stuff.

scottdangelo commented 6 years ago

Thanks for letting us know. If you have further trouble, please file an issue, it is very helpful.