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

Public Member Functions

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

 config
 
 key_phrase
 
 lang
 
 listener_config
 
 num_phonemes
 

Detailed Description

Definition at line 46 of file hotword_factory.py.

Constructor & Destructor Documentation

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

Definition at line 47 of file hotword_factory.py.

Member Function Documentation

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

Definition at line 58 of file hotword_factory.py.

def mycroft.client.speech.hotword_factory.HotWordEngine.stop (   self)
Perform any actions needed to shut down the hot word engine.

    This may include things such as unload loaded data or shutdown
    external processess.

Definition at line 64 of file hotword_factory.py.

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

Definition at line 61 of file hotword_factory.py.

Member Data Documentation

mycroft.client.speech.hotword_factory.HotWordEngine.config

Definition at line 54 of file hotword_factory.py.

mycroft.client.speech.hotword_factory.HotWordEngine.key_phrase

Definition at line 48 of file hotword_factory.py.

mycroft.client.speech.hotword_factory.HotWordEngine.lang

Definition at line 56 of file hotword_factory.py.

mycroft.client.speech.hotword_factory.HotWordEngine.listener_config

Definition at line 55 of file hotword_factory.py.

mycroft.client.speech.hotword_factory.HotWordEngine.num_phonemes

Definition at line 50 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