-
Notifications
You must be signed in to change notification settings - Fork 100
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
feat: new tts implementation #1685
feat: new tts implementation #1685
Conversation
we can! |
MainLayout->addWidget( buttonBox, 2, 0, 1, 2 ); | ||
MainLayout->addWidget( | ||
new QLabel( | ||
R"(<font color="red">Experimental feature. The default API key may stop working at anytime. Feedback & Coding help are welcomed. </font>)", |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
leave the Api key blank ,users should configure their own key.
Offer user a way to stop playing the current selection . Especially when the selection is not soon to finish playing. |
4e55dcc
to
501a4d2
Compare
Quality Gate failedFailed conditions |
Tracking issue #1553
References:
Not really finished, but it works 😅
The API key will expire in a few days
We can talk coding problems in this PR, and design problems in the Issue?