vx_tts_utterance
Learn about text-to-speech functionality.
Read time 1 minuteLast updated 20 hours ago
Text-to-speech utterance.
#include <Vxc.h>Public Attributes
Name | |
|---|---|
| const vx_tts_utterance_impl_t *const | utterance_obj The backing implementation of the utterance. |
| const short * | speech_buffer The PCM buffer of synthesized speech. |
| int | sample_rate The sample rate of audio in the utterance. |
| int | num_frames The number of frames of audio in the utterance. |
| int | num_channels The number of channels that the audio in the utterance consists of. |
Public Attributes Documentation
variable utterance_obj
The backing implementation of the utterance.const vx_tts_utterance_impl_t *const utterance_obj;
variable speech_buffer
The PCM buffer of synthesized speech.const short * speech_buffer;
variable sample_rate
The sample rate of audio in the utterance.int sample_rate;
variable num_frames
The number of frames of audio in the utterance.int num_frames;
variable num_channels
The number of channels that the audio in the utterance consists of.int num_channels;