![]() |
Home page |
Mailing list |
Docs
Collaboration diagram for ast_speech:Asterisk developer's documentation :: Codename Pineapple
ast_speech Struct Reference
#include <speech.h>

Definition at line 41 of file speech.h.
Data Fields | |
| void * | data |
| ast_speech_engine * | engine |
| unsigned int | flags |
| int | format |
| ast_mutex_t | lock |
| char * | processing_sound |
| ast_speech_result * | results |
| int | state |
|
|
Data for speech engine |
|
|
Pointer to the engine used by this speech structure Definition at line 57 of file speech.h. Referenced by ast_speech_change(), ast_speech_destroy(), ast_speech_grammar_activate(), ast_speech_grammar_deactivate(), ast_speech_grammar_load(), ast_speech_grammar_unload(), ast_speech_new(), ast_speech_results_get(), ast_speech_start(), and ast_speech_write(). |
|
|
Set flags |
|
|
Expected write format |
|
|
Structure lock Definition at line 43 of file speech.h. Referenced by ast_speech_destroy(). |
|
|
Processing sound (used when engine is processing audio and getting results) Definition at line 47 of file speech.h. Referenced by ast_speech_destroy(). |
|
|
Cached results Definition at line 55 of file speech.h. Referenced by ast_speech_destroy(), and ast_speech_start(). |
|
|
Current state of structure Definition at line 49 of file speech.h. Referenced by ast_speech_write(). |