-
Notifications
You must be signed in to change notification settings - Fork 25
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
Chat Options: TTS #435
Chat Options: TTS #435
Conversation
What is the difference between enableTTS and activateTTSToggle setting? Setting true in one and false in the other seems contradicting. We should then at least add additional description in the embedding file and also in (Cognigy.AI) Endpoint editor field tooltips. |
When I enabled only enableTTS, incoming message was read out loud. Happened only once for me. Later none of the messages were read out, even if I set both settings to true. |
The requirements to enable TTS are currently ambiguous. I have added additional info to the docs. |
This PR adds back TTS support to the V3. Also introduces relevant UI to the options screen.
We also try here to solve the ambiguity of having 2 settings for TTS activation:
settings.behavior?.enableTTS
andsettings.chatOptions.activateTTSToggle
.Besides that, we remove some dead code / build targets.
Success criteria:
Deploy this AI branch for testing:
https://cognigy.visualstudio.com/Cognigy.AI/_git/cognigy/pullrequest/31024