Public Member Functions | Public Attributes | Static Private Member Functions | List of all members
mycroft.client.speech.hotword_factory.PreciseHotword Class Reference
Inheritance diagram for mycroft.client.speech.hotword_factory.PreciseHotword:
Inheritance graph
[legend]

Public Member Functions

def __init__ (self, key_phrase="hey mycroft", config=None, lang="en-us")
 
def during_download (self, first_run=False)
 
def folder (self)
 
def found_wake_word (self, frame_data)
 
def install_exe
 
def install_model
 
def on_complete (self)
 
def on_download (self)
 
def stop (self)
 
def update (self, chunk)
 
- Public Member Functions inherited from mycroft.client.speech.hotword_factory.HotWordEngine
def __init__ (self, key_phrase="hey mycroft", config=None, lang="en-us")
 
def found_wake_word (self, frame_data)
 
def stop (self)
 
def update (self, chunk)
 

Public Attributes

 download_complete
 
 has_found
 
 precise_model
 
 runner
 
 show_download_progress
 
 stream
 
- Public Attributes inherited from mycroft.client.speech.hotword_factory.HotWordEngine
 config
 
 key_phrase
 
 lang
 
 listener_config
 
 num_phonemes
 

Static Private Member Functions

def _snd_msg (cmd)
 

Detailed Description

Definition at line 123 of file hotword_factory.py.

Constructor & Destructor Documentation

def mycroft.client.speech.hotword_factory.PreciseHotword.__init__ (   self,
  key_phrase = "hey mycroft",
  config = None,
  lang = "en-us" 
)

Definition at line 124 of file hotword_factory.py.

Member Function Documentation

def mycroft.client.speech.hotword_factory.PreciseHotword._snd_msg (   cmd)
staticprivate

Definition at line 197 of file hotword_factory.py.

def mycroft.client.speech.hotword_factory.PreciseHotword.during_download (   self,
  first_run = False 
)

Definition at line 214 of file hotword_factory.py.

def mycroft.client.speech.hotword_factory.PreciseHotword.folder (   self)

Definition at line 167 of file hotword_factory.py.

def mycroft.client.speech.hotword_factory.PreciseHotword.found_wake_word (   self,
  frame_data 
)

Definition at line 231 of file hotword_factory.py.

def mycroft.client.speech.hotword_factory.PreciseHotword.install_exe (   self,
  url 
)

Definition at line 170 of file hotword_factory.py.

def mycroft.client.speech.hotword_factory.PreciseHotword.install_model (   self,
  url 
)

Definition at line 181 of file hotword_factory.py.

def mycroft.client.speech.hotword_factory.PreciseHotword.on_complete (   self)

Definition at line 222 of file hotword_factory.py.

def mycroft.client.speech.hotword_factory.PreciseHotword.on_download (   self)

Definition at line 202 of file hotword_factory.py.

def mycroft.client.speech.hotword_factory.PreciseHotword.stop (   self)

Definition at line 237 of file hotword_factory.py.

def mycroft.client.speech.hotword_factory.PreciseHotword.update (   self,
  chunk 
)

Definition at line 228 of file hotword_factory.py.

Member Data Documentation

mycroft.client.speech.hotword_factory.PreciseHotword.download_complete

Definition at line 136 of file hotword_factory.py.

mycroft.client.speech.hotword_factory.PreciseHotword.has_found

Definition at line 150 of file hotword_factory.py.

mycroft.client.speech.hotword_factory.PreciseHotword.precise_model

Definition at line 144 of file hotword_factory.py.

mycroft.client.speech.hotword_factory.PreciseHotword.runner

Definition at line 159 of file hotword_factory.py.

mycroft.client.speech.hotword_factory.PreciseHotword.show_download_progress

Definition at line 138 of file hotword_factory.py.

mycroft.client.speech.hotword_factory.PreciseHotword.stream

Definition at line 151 of file hotword_factory.py.


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


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