Hi
I’m trying to use Halocode Speech recognition in Python.
this code
halo.speech_recognition.start(halo.speech_recognition.SERVER_MICROSOFT, halo.speech_recognition.LAN_ENGLISH, 3)
halo.speech_recognition.get_error_message() reports “http client error”.
I also tried to include those line at the beginning, as stated in the docs, but I get the same error.
halo.speech_recognition.set_recognition_url(halo.speech_recognition.SERVER_MICROSOFT, “http://msapi.passport3.makeblock.com/ms/bing_speech/interactive”)
halo.speech_recognition.set_token(halo.speech_recognition.SERVER_MICROSOFT, “ed8xubrmidv”)
Any help welcome
Jean-David