Flite Voices. More...
#include <flite.h>#include <apr_hash.h>#include "mrcp_message.h"Go to the source code of this file.
Typedefs | |
| typedef typedefAPT_BEGIN_EXTERN_C struct flite_voices_t | flite_voices_t |
Functions | |
| flite_voices_t * | flite_voices_load (apr_pool_t *pool) |
| void | flite_voices_unload (flite_voices_t *voices) |
| cst_voice * | flite_voices_best_match_get (flite_voices_t *voices, mrcp_message_t *message) |
Flite Voices.
| typedef typedefAPT_BEGIN_EXTERN_C struct flite_voices_t flite_voices_t |
Opaque Flite voice declaration
| cst_voice* flite_voices_best_match_get | ( | flite_voices_t * | voices, | |
| mrcp_message_t * | message | |||
| ) |
Get best matched voice
| flite_voices_t* flite_voices_load | ( | apr_pool_t * | pool | ) |
Load Flite voices
| void flite_voices_unload | ( | flite_voices_t * | voices | ) |
Unload Flite voices
1.6.1