FlightGear next
|
#include <VoiceSynthesizer.hxx>
Public Member Functions | |
SynthesizeRequest () | |
SynthesizeRequest (const SynthesizeRequest &other) | |
SynthesizeRequest & | operator= (const SynthesizeRequest &other) |
Static Public Member Functions | |
static SynthesizeRequest | cancelThreadRequest () |
Public Attributes | |
std::string | text |
double | speed |
double | volume |
double | pitch |
SoundSampleReadyListener * | listener |
Definition at line 43 of file VoiceSynthesizer.hxx.
|
inline |
Definition at line 44 of file VoiceSynthesizer.hxx.
|
inline |
Definition at line 50 of file VoiceSynthesizer.hxx.
|
static |
Definition at line 69 of file VoiceSynthesizer.cxx.
|
inline |
Definition at line 58 of file VoiceSynthesizer.hxx.
SoundSampleReadyListener* SynthesizeRequest::listener |
Definition at line 75 of file VoiceSynthesizer.hxx.
double SynthesizeRequest::pitch |
Definition at line 74 of file VoiceSynthesizer.hxx.
double SynthesizeRequest::speed |
Definition at line 72 of file VoiceSynthesizer.hxx.
std::string SynthesizeRequest::text |
Definition at line 71 of file VoiceSynthesizer.hxx.
double SynthesizeRequest::volume |
Definition at line 73 of file VoiceSynthesizer.hxx.