You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
player->setAudioOutput(audioOutput);
#endif
// TODO: Detect first startup (after installation) and show a instruction or so
firstSetup();
// Set up recognizer
recognizer = new SpeechToText(STR("vosk"), this);
connect(recognizer, &SpeechToText::stateChanged, this, &MainWindow::onSTTStateChanged);
The text was updated successfully, but these errors were encountered:
https://api.github.com/tim-gromeyer/VoiceAssistant/blob/e182eaebd2c538b1a31b5ef4950873f1943e9d3e/src/mainwindow.cpp#L144
The text was updated successfully, but these errors were encountered: