Public Member Functions | |
def | __init__ (self) |
def | execute (self, audio, language=None) |
![]() | |
def | __init__ (self) |
def | execute (self, audio, language=None) |
def | stream_data (self, data) |
def | stream_start (self) |
def | stream_stop (self) |
Additional Inherited Members | |
![]() | |
def | init_language (config_core) |
![]() | |
can_stream | |
config | |
credential | |
lang | |
recognizer | |
STT interface for the deepspeech-server: https://github.com/MainRo/deepspeech-server use this if you want to host DeepSpeech yourself
Definition at line 164 of file scripts/mycroft/stt/__init__.py.
def mycroft.stt.DeepSpeechServerSTT.__init__ | ( | self | ) |
Definition at line 170 of file scripts/mycroft/stt/__init__.py.
def mycroft.stt.DeepSpeechServerSTT.execute | ( | self, | |
audio, | |||
language = None |
|||
) |
Definition at line 173 of file scripts/mycroft/stt/__init__.py.