IRCBot Plugin API  v5
Classes | Enumerations
tts.h File Reference

Go to the source code of this file.

Classes

struct  TTS_JOB
 
struct  TTS_INTERFACE
 

Enumerations

enum  VOICE_ENGINES {
  VE_NO_OVERRIDE = 0, VE_DEFAULT = 0, VE_ESPEAK = 1, VE_FESTIVAL = 2,
  VE_WIN32 = 3, VE_GTRANS = 4
}
 < Voices engines are only for Linux/BSD only, these options will have no effect on Windows. More...
 
enum  VOICE_OUTPUT_FORMATS { VOF_MP3, VOF_WAV }