Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
github-actions bot opened this issue May 10, 2023 · 0 comments
Open
Assignees
Labels

Comments

@github-actions
Copy link

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant