diff --git a/src/GAudioOutput.cc b/src/GAudioOutput.cc index e4f158d5efe4cd14e7465541d258bcfef8ba94d9..38d49a2af0bfa0afa5df31a42a643607a50b196f 100644 --- a/src/GAudioOutput.cc +++ b/src/GAudioOutput.cc @@ -115,7 +115,7 @@ GAudioOutput::GAudioOutput(QObject *parent) : QObject(parent), if (SUCCEEDED(hr)) { - hr = pVoice->Speak(L"QGC audio output active!", 0, NULL); + //hr = pVoice->Speak(L"QGC audio output active!", 0, NULL); //pVoice->Release(); //pVoice = NULL; }