FlightGear next
VoiceSynthesizer Class Referenceabstract

A Voice Synthesizer Interface. More...

#include <VoiceSynthesizer.hxx>

Inherited by FLITEVoiceSynthesizer.

Public Member Functions

virtual ~VoiceSynthesizer ()
 
virtual SGSoundSample * synthesize (const std::string &text, double volume, double speed, double pitch)=0
 

Detailed Description

A Voice Synthesizer Interface.

Definition at line 31 of file VoiceSynthesizer.hxx.

Constructor & Destructor Documentation

◆ ~VoiceSynthesizer()

virtual VoiceSynthesizer::~VoiceSynthesizer ( )
inlinevirtual

Definition at line 33 of file VoiceSynthesizer.hxx.

Member Function Documentation

◆ synthesize()

virtual SGSoundSample * VoiceSynthesizer::synthesize ( const std::string & text,
double volume,
double speed,
double pitch )
pure virtual

Implemented in FLITEVoiceSynthesizer.


The documentation for this class was generated from the following file: