const char * text
text to convert
Definition: tts.h:23
signed int int32
Definition: plugins.h:43
const char * inputFN
input filename
Definition: tts.h:24
int32 sample
samplerate
Definition: tts.h:30
VOICE_ENGINES
< Voices engines are only for Linux/BSD only, these options will have no effect on Windows...
Definition: tts.h:7
bool(* MakeWAVFromText)(TTS_JOB *job)
Definition: tts.h:46
int32 bitrate
0 for LAME default
Definition: tts.h:33
bool(* MakeMP3FromText)(TTS_JOB *job)
Definition: tts.h:45
VOICE_ENGINES EngineOverride
You can use this to force the TTS processor to use a different voice engine than the one it's configu...
Definition: tts.h:35
VOICE_OUTPUT_FORMATS(* GetPreferredOutputFormat)(VOICE_ENGINES Engine)
Definition: tts.h:44
bool(* MakeMP3FromFile)(TTS_JOB *job)
Definition: tts.h:47
int32 channels
Windows-WAV note: 1 or 2 for mono/stereo respectively. MP3: 0 = LAME default, 1 = Mono...
Definition: tts.h:29
VOICE_OUTPUT_FORMATS
Definition: tts.h:16
bool(* MakeWAVFromFile)(TTS_JOB *job)
Definition: tts.h:48
char VoiceOverride[128]
You can use this to force the TTS processor to use a different voice than the one it's configured to...
Definition: tts.h:36
const char * outputFN
output filename
Definition: tts.h:26