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

speak() doesn't work on Linux #91

Open
Jookia opened this issue Sep 1, 2024 · 1 comment
Open

speak() doesn't work on Linux #91

Jookia opened this issue Sep 1, 2024 · 1 comment

Comments

@Jookia
Copy link

Jookia commented Sep 1, 2024

I downloaded nvgt_0.88.0_beta.tar.gz, extracted it, and ran this script:

#include "speech.nvgt"
void main(){
    speak("Hello from the NVGT speech include!");
}

This doesn't speak anything.

This however works:

void main(){
    screen_reader_speak("Hello from the NVGT speech include!", true);
}
@Jookia
Copy link
Author

Jookia commented Sep 1, 2024

Looks like this works:

void main(){
    tts_voice voice;
    voice.speak_wait("Hello from the NVGT speech include!", false);
}

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

No branches or pull requests

1 participant