Commit 7b21d589 authored by Lorenz Meier's avatar Lorenz Meier

Removed windows startup delay on voice output

parent aa23d0dc
......@@ -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;
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment