#include <switch_module_interfaces.h>
Collaboration diagram for switch_speech_handle:
Data Fields | |
| switch_speech_interface_t * | speech_interface |
| uint32_t | flags |
| char * | name |
| uint32_t | rate |
| uint32_t | speed |
| uint32_t | samples |
| char | voice [80] |
| char * | engine |
| char * | param |
| switch_memory_pool_t * | memory_pool |
| switch_audio_resampler_t * | resampler |
| switch_buffer_t * | buffer |
| switch_byte_t * | dbuf |
| switch_size_t | dbuflen |
| uint32_t | samplerate |
| uint32_t | native_rate |
| void * | private_info |
Definition at line 436 of file switch_module_interfaces.h.
Definition at line 454 of file switch_module_interfaces.h.
Definition at line 455 of file switch_module_interfaces.h.
Definition at line 456 of file switch_module_interfaces.h.
Definition at line 448 of file switch_module_interfaces.h.
| uint32_t switch_speech_handle::flags |
flags to control behaviour
Definition at line 440 of file switch_module_interfaces.h.
the handle's memory pool
Definition at line 452 of file switch_module_interfaces.h.
The Name
Definition at line 442 of file switch_module_interfaces.h.
| uint32_t switch_speech_handle::native_rate |
the current native samplerate
Definition at line 460 of file switch_module_interfaces.h.
module specific param
Definition at line 450 of file switch_module_interfaces.h.
private data for the format module to store handle specific info
Definition at line 464 of file switch_module_interfaces.h.
| uint32_t switch_speech_handle::rate |
The Rate
Definition at line 444 of file switch_module_interfaces.h.
Definition at line 453 of file switch_module_interfaces.h.
| uint32_t switch_speech_handle::samplerate |
the current samplerate
Definition at line 458 of file switch_module_interfaces.h.
| uint32_t switch_speech_handle::samples |
the interface of the module that implemented the current speech interface
Definition at line 438 of file switch_module_interfaces.h.
Referenced by switch_ivr_clear_speech_cache().
| uint32_t switch_speech_handle::speed |
Definition at line 445 of file switch_module_interfaces.h.
| char switch_speech_handle::voice[80] |
Definition at line 447 of file switch_module_interfaces.h.
1.4.7