-
Notifications
You must be signed in to change notification settings - Fork 62
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
How configure dictate project on my PC? #15
Comments
When you instantiate the Dictate object, then you need to provide your own "server" and "serverStatus", e.g. the "mob" demo does it in the HTML code, see: https://github.com/Kaljurand/dictate.js/blob/master/demos/mob.html#L53-L56 which is then used to instantiate the object in https://github.com/Kaljurand/dictate.js/blob/master/demos/mob.js#L55-L57 You should add an option for your local server, e.g.:
|
Thanks a lot Kaarel for your reply. |
@Kaljurand @hadiasheri i added the option, and the status respond success. but after i record my audio, i click stop, it will be stuck as stopping state. did you have the same problem. |
@AlexPeng19 Have you found solution? I'm experiencing same problem. |
Hi Kaarel,
I have launched kaldi-gstreamer-server on my computer successfully .
I want to configure dictate project to call my local server.
I'd be grateful if could tell which parts of source codes must be revised and how?
The text was updated successfully, but these errors were encountered: