IRCBot Plugin API
v5
|
#include <tts.h>
Public Attributes | |
union { | |
const char * text | |
text to convert More... | |
const char * inputFN | |
input filename More... | |
}; | |
const char * | outputFN |
output filename More... | |
int32 | channels |
Windows-WAV note: 1 or 2 for mono/stereo respectively. MP3: 0 = LAME default, 1 = Mono, 2 = Joint Stereo, 3 = Stereo. More... | |
int32 | sample |
samplerate More... | |
int32 | bitrate |
0 for LAME default More... | |
VOICE_ENGINES | EngineOverride |
You can use this to force the TTS processor to use a different voice engine than the one it's configured to. More... | |
char | VoiceOverride [128] |
You can use this to force the TTS processor to use a different voice than the one it's configured to. More... | |
const char* TTS_JOB::text |
text to convert
const char* TTS_JOB::inputFN |
input filename
union { ... } |
const char* TTS_JOB::outputFN |
output filename
int32 TTS_JOB::channels |
Windows-WAV note: 1 or 2 for mono/stereo respectively. MP3: 0 = LAME default, 1 = Mono, 2 = Joint Stereo, 3 = Stereo.
int32 TTS_JOB::sample |
samplerate
int32 TTS_JOB::bitrate |
0 for LAME default
VOICE_ENGINES TTS_JOB::EngineOverride |
You can use this to force the TTS processor to use a different voice engine than the one it's configured to.
char TTS_JOB::VoiceOverride[128] |
You can use this to force the TTS processor to use a different voice than the one it's configured to.