-
Notifications
You must be signed in to change notification settings - Fork 1.6k
Disable Text-To-Speech issue #2379
Copy link
Copy link
Closed
Labels
Bot ServicesRequired for internal Azure reporting. Do not delete. Do not change color.Required for internal Azure reporting. Do not delete. Do not change color.backlogOut of scope for the current iteration but it will be evaluated in a future release.Out of scope for the current iteration but it will be evaluated in a future release.bugIndicates an unexpected problem or an unintended behavior.Indicates an unexpected problem or an unintended behavior.customer-replied-toRequired for internal reporting. Do not delete.Required for internal reporting. Do not delete.customer-reportedRequired for internal Azure reporting. Do not delete.Required for internal Azure reporting. Do not delete.front-burner
Metadata
Metadata
Assignees
Labels
Bot ServicesRequired for internal Azure reporting. Do not delete. Do not change color.Required for internal Azure reporting. Do not delete. Do not change color.backlogOut of scope for the current iteration but it will be evaluated in a future release.Out of scope for the current iteration but it will be evaluated in a future release.bugIndicates an unexpected problem or an unintended behavior.Indicates an unexpected problem or an unintended behavior.customer-replied-toRequired for internal reporting. Do not delete.Required for internal reporting. Do not delete.customer-reportedRequired for internal Azure reporting. Do not delete.Required for internal Azure reporting. Do not delete.front-burner
Description
My customer would like to enable the Speech-To-Text feature, but not the Text-To-Speech one.
I tried to set to null the properties speechSynthesis and SpeechSynthesisUtterance but it's not working.
This is my code:
This is the console output:
The first interaction works fine, but after it the microphone icon is greyed out and you cannot dictate anymore.
Could you please help me?
Thanks
What we should fix
(Will update this from time to time)
Current error:
We need to prevent synthesizing if it is
null/falsy. So something up this call stack need to be blocked.