tim-gromeyer / VoiceAssistant

Empower Your Voice, Secure Your Privacy - Experience VoiceAssistant, Your Customizable Offline Voice Assistant!
https://tim-gromeyer.github.io/VoiceAssistant/
GNU General Public License v3.0
12 stars 2 forks source link

Detect first startup (after installation) and show a instruction or so #24

Open github-actions[bot] opened 1 year ago

github-actions[bot] commented 1 year ago

https://api.github.com/tim-gromeyer/VoiceAssistant/blob/e182eaebd2c538b1a31b5ef4950873f1943e9d3e/src/mainwindow.cpp#L144


    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);