Browse Source

fix merge errors and unused-variable error

QGC4.4
Thomas Gubler 11 years ago
parent
commit
eb3f48b99c
  1. 4
      src/GAudioOutput.cc

4
src/GAudioOutput.cc

@ -110,8 +110,10 @@ GAudioOutput::GAudioOutput(QObject *parent) : QObject(parent), @@ -110,8 +110,10 @@ GAudioOutput::GAudioOutput(QObject *parent) : QObject(parent),
espeak_voice.variant = 0;
espeak_voice.gender = 2;
espeak_SetVoiceByProperties(&espeak_voice);
espeak_PARAMETER rateParam = espeakRATE;
// Rate of eSpeak can be changed if needed:
// espeak_PARAMETER rateParam = espeakRATE;
// espeak_SetParameter(rateParam , 150, 0);
#endif
#if defined _MSC_VER && defined QGC_SPEECH_ENABLED
pVoice = NULL;

Loading…
Cancel
Save