Public Member Functions | |
def | __init__ (self) |
def | audio_cb (self, msg) |
def | tts_timer_cb (self, event) |
Public Attributes | |
is_canceling | |
language | |
last_tts | |
pub_speech | |
recognizer | |
sample_rate | |
sample_width | |
self_cancellation | |
sub_audio | |
tts_action | |
tts_actions | |
tts_timer | |
tts_tolerance | |
Definition at line 18 of file speech_to_text.py.
def speech_to_text.SpeechToText.__init__ | ( | self | ) |
Definition at line 19 of file speech_to_text.py.
def speech_to_text.SpeechToText.audio_cb | ( | self, | |
msg | |||
) |
Definition at line 77 of file speech_to_text.py.
def speech_to_text.SpeechToText.tts_timer_cb | ( | self, | |
event | |||
) |
Definition at line 55 of file speech_to_text.py.
speech_to_text.SpeechToText.is_canceling |
Definition at line 37 of file speech_to_text.py.
speech_to_text.SpeechToText.language |
Definition at line 24 of file speech_to_text.py.
speech_to_text.SpeechToText.last_tts |
Definition at line 36 of file speech_to_text.py.
speech_to_text.SpeechToText.pub_speech |
Definition at line 51 of file speech_to_text.py.
speech_to_text.SpeechToText.recognizer |
Definition at line 33 of file speech_to_text.py.
speech_to_text.SpeechToText.sample_rate |
Definition at line 21 of file speech_to_text.py.
speech_to_text.SpeechToText.sample_width |
Definition at line 22 of file speech_to_text.py.
speech_to_text.SpeechToText.self_cancellation |
Definition at line 26 of file speech_to_text.py.
speech_to_text.SpeechToText.sub_audio |
Definition at line 53 of file speech_to_text.py.
speech_to_text.SpeechToText.tts_action |
Definition at line 35 of file speech_to_text.py.
speech_to_text.SpeechToText.tts_actions |
Definition at line 38 of file speech_to_text.py.
speech_to_text.SpeechToText.tts_timer |
Definition at line 49 of file speech_to_text.py.
speech_to_text.SpeechToText.tts_tolerance |
Definition at line 28 of file speech_to_text.py.