Public Member Functions | Public Attributes | List of all members
mycroft.stt.DeepSpeechStreamServerSTT Class Reference
Inheritance diagram for mycroft.stt.DeepSpeechStreamServerSTT:
Inheritance graph
[legend]

Public Member Functions

def __init__ (self)
 
def execute (self, audio, language=None)
 
def stream_data (self, data)
 
def stream_start (self, language=None)
 
def stream_stop (self)
 
- Public Member Functions inherited from mycroft.stt.DeepSpeechServerSTT
def __init__ (self)
 
def execute (self, audio, language=None)
 
- Public Member Functions inherited from mycroft.stt.STT
def __init__ (self)
 
def execute (self, audio, language=None)
 
def stream_data (self, data)
 
def stream_start (self)
 
def stream_stop (self)
 

Public Attributes

 can_stream
 
 queue
 
 stream
 
- Public Attributes inherited from mycroft.stt.STT
 can_stream
 
 config
 
 credential
 
 lang
 
 recognizer
 

Additional Inherited Members

- Static Public Member Functions inherited from mycroft.stt.STT
def init_language (config_core)
 

Detailed Description

    Streaming STT interface for the deepspeech-server:
    https://github.com/JPEWdev/deep-dregs
    use this if you want to host DeepSpeech yourself

Definition at line 200 of file scripts/mycroft/stt/__init__.py.

Constructor & Destructor Documentation

def mycroft.stt.DeepSpeechStreamServerSTT.__init__ (   self)

Definition at line 206 of file scripts/mycroft/stt/__init__.py.

Member Function Documentation

def mycroft.stt.DeepSpeechStreamServerSTT.execute (   self,
  audio,
  language = None 
)

Definition at line 211 of file scripts/mycroft/stt/__init__.py.

def mycroft.stt.DeepSpeechStreamServerSTT.stream_data (   self,
  data 
)

Definition at line 230 of file scripts/mycroft/stt/__init__.py.

def mycroft.stt.DeepSpeechStreamServerSTT.stream_start (   self,
  language = None 
)

Definition at line 233 of file scripts/mycroft/stt/__init__.py.

def mycroft.stt.DeepSpeechStreamServerSTT.stream_stop (   self)

Definition at line 216 of file scripts/mycroft/stt/__init__.py.

Member Data Documentation

mycroft.stt.DeepSpeechStreamServerSTT.can_stream

Definition at line 209 of file scripts/mycroft/stt/__init__.py.

mycroft.stt.DeepSpeechStreamServerSTT.queue

Definition at line 224 of file scripts/mycroft/stt/__init__.py.

mycroft.stt.DeepSpeechStreamServerSTT.stream

Definition at line 208 of file scripts/mycroft/stt/__init__.py.


The documentation for this class was generated from the following file:


mycroft_ros
Author(s):
autogenerated on Mon Apr 26 2021 02:35:41