45 class PTextToSpeech :
public PObject
67 virtual PBoolean SetRate(
unsigned rate) = 0;
68 virtual unsigned GetRate() = 0;
70 virtual PBoolean SetVolume(
unsigned volume) = 0;
71 virtual unsigned GetVolume() = 0;
78 virtual PBoolean Speak(
const PString & text, TextType hint = Default) = 0;
92 #endif // PTLIB_PTTS_H