Public Member Functions | |
| def | __init__ |
| def | activate_gram |
| def | add_gram |
| def | change_gram |
| def | deactivate_gram |
| def | do_gram |
| def | grammar_cb |
| def | julius_cb |
| def | play_sound |
| def | process_result |
| def | send_grammar_cmd |
| def | shutdown_cb |
| def | speech_recognition_cb |
| def | start |
| def | status |
| def | vocabulary_cb |
Public Attributes | |
| act_sound | |
| audio | |
| default_duration | |
| default_threshold | |
| encoding | |
| grammar_changed | |
| last_speech | |
| lock | |
| module | |
| pub_speech_recognition | |
| srv_show_status | |
| srv_speech_recognition | |
| start_signal_action_timeout | |
| sub_grammar | |
| sub_vocabulary | |
| use_isolated_word | |
| vocabularies | |
Static Public Attributes | |
| string | start_signal = "/usr/share/sounds/ubuntu/stereo/bell.ogg" |
| string | success_signal = "/usr/share/sounds/ubuntu/stereo/message-new-instant.ogg" |
| string | timeout_signal = "/usr/share/sounds/ubuntu/stereo/window-slide.ogg" |
Definition at line 25 of file julius_client.py.
| def julius_client.JuliusClient.__init__ | ( | self | ) |
Definition at line 30 of file julius_client.py.
| def julius_client.JuliusClient.activate_gram | ( | self, | |
| name | |||
| ) |
Definition at line 111 of file julius_client.py.
| def julius_client.JuliusClient.add_gram | ( | self, | |
| name, | |||
| dfa, | |||
| dic | |||
| ) |
Definition at line 152 of file julius_client.py.
| def julius_client.JuliusClient.change_gram | ( | self, | |
| name, | |||
| dfa, | |||
| dic | |||
| ) |
Definition at line 157 of file julius_client.py.
| def julius_client.JuliusClient.deactivate_gram | ( | self, | |
| name | |||
| ) |
Definition at line 122 of file julius_client.py.
| def julius_client.JuliusClient.do_gram | ( | self, | |
| cmd_name, | |||
| name, | |||
| dfa, | |||
| dic | |||
| ) |
Definition at line 134 of file julius_client.py.
| def julius_client.JuliusClient.grammar_cb | ( | self, | |
| msg | |||
| ) |
Definition at line 160 of file julius_client.py.
| def julius_client.JuliusClient.julius_cb | ( | self, | |
| data | |||
| ) |
Definition at line 308 of file julius_client.py.
| def julius_client.JuliusClient.play_sound | ( | self, | |
| path, | |||
timeout = 5.0 |
|||
| ) |
Definition at line 94 of file julius_client.py.
| def julius_client.JuliusClient.process_result | ( | self, | |
| data | |||
| ) |
Definition at line 278 of file julius_client.py.
| def julius_client.JuliusClient.send_grammar_cmd | ( | self, | |
| cmd | |||
| ) |
Definition at line 104 of file julius_client.py.
| def julius_client.JuliusClient.shutdown_cb | ( | self | ) |
Definition at line 304 of file julius_client.py.
| def julius_client.JuliusClient.speech_recognition_cb | ( | self, | |
| req | |||
| ) |
Definition at line 196 of file julius_client.py.
| def julius_client.JuliusClient.start | ( | self | ) |
Definition at line 84 of file julius_client.py.
| def julius_client.JuliusClient.status | ( | self, | |
args = None |
|||
| ) |
Definition at line 88 of file julius_client.py.
| def julius_client.JuliusClient.vocabulary_cb | ( | self, | |
| msg | |||
| ) |
Definition at line 179 of file julius_client.py.
Definition at line 30 of file julius_client.py.
Definition at line 30 of file julius_client.py.
Definition at line 30 of file julius_client.py.
Definition at line 30 of file julius_client.py.
Definition at line 30 of file julius_client.py.
Definition at line 84 of file julius_client.py.
Definition at line 30 of file julius_client.py.
Definition at line 30 of file julius_client.py.
Definition at line 30 of file julius_client.py.
Definition at line 30 of file julius_client.py.
Definition at line 30 of file julius_client.py.
Definition at line 30 of file julius_client.py.
string julius_client.JuliusClient::start_signal = "/usr/share/sounds/ubuntu/stereo/bell.ogg" [static] |
Definition at line 26 of file julius_client.py.
Definition at line 30 of file julius_client.py.
Definition at line 30 of file julius_client.py.
Definition at line 30 of file julius_client.py.
string julius_client.JuliusClient::success_signal = "/usr/share/sounds/ubuntu/stereo/message-new-instant.ogg" [static] |
Definition at line 27 of file julius_client.py.
string julius_client.JuliusClient::timeout_signal = "/usr/share/sounds/ubuntu/stereo/window-slide.ogg" [static] |
Definition at line 28 of file julius_client.py.
Definition at line 30 of file julius_client.py.
Definition at line 30 of file julius_client.py.