mycroft-core/mycroft/configuration
Åke d9c288129c Add support for deepspeech_server (#1370)
* Add support for deepspeech_server

deepspeech_server is a server running deepspeech (obviously). It's quite
easy to install and run (package available in pip and then a config file
pointing to the model)

This pr adds the DeepSpeechServerTTS class, a STT interface allowing
mycroft to use one of these servers.

config needed:

  "stt": {
    "module": "deepspeech_server",
    "deepspeech_server": {
      "uri": "http://IP-ADDRESS:PORT/stt"
    }
  }

* Add deepspeech_server example to mycroft.conf
2018-01-25 14:02:42 -06:00
..
__init__.py Python 2/3 compatibility (#1259) 2017-12-18 17:24:21 -06:00
config.py is_remote_list check (#1365) 2018-01-18 12:12:02 +01:00
mycroft.conf Add support for deepspeech_server (#1370) 2018-01-25 14:02:42 -06:00