-
Notifications
You must be signed in to change notification settings - Fork 85
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
I am not getting any text for decoding #32
Comments
Sometimes i get only text as NO |
I think you might be seeing the same problem that I posted about in #31 |
I found the problem. In order to run with the latest (batchnorm) models you need to add a line after loading
Note that this only affects newer models (built using Kaldi source from after about March 2017)
This is shamelessly lifted from (eg) |
I put some details on this same issue on #37 for what helped me get over this "issue." |
in which file do we add this line |
In (in the function |
@viju2008 I am in the same situation now. did you solve the problem? |
See the posts above. The code needed updating to support batchnorm. After this fix everything worked fine. Note however that I haven't used this code in years so it may be broken again. |
I am trying to do with the system mic(Recognition using web browser), does it automatically convert to 16000hz audio format? |
Javascript code downsamples browser input to 16000 https://github.com/dialogflow/asr-server/blob/master/asr-html/res/recorderWorker.js#L70 |
thanks Ilya. |
By the end of the day if curl works you can write your own code to emulate what it does. But without multi-part you wont be able to productionize it very well. Multi-part allows to do "online" decoding where stream is decoded as you speak. So you better figure it out. ;) |
I have followed the steps given
However i always get the following output from the asr server
{"status":"ok","data":[{"confidence":0.862751,"text":""}],"interrupted":"endofspeech","time":1080}
Please guide on how to check the asr logs
The text was updated successfully, but these errors were encountered: