-
-
Notifications
You must be signed in to change notification settings - Fork 97
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
Move text-to-speech methods to a TTS singleton #4681
Comments
cc @bruvzg |
Will you please add stt(speech to text) also . |
Speech to text is much more complex than text to speech, and it doesn't have a standard API exposed by the operating system. Therefore, it's outside the scope of a core feature and should be implemented by an add-on. |
This comment was marked as off-topic.
This comment was marked as off-topic.
PS: In the future, please don't derail other proposals with unrelated questions. This is your last warning. |
IMO making a new singleton for a few methods isn't worth it. But we could maybe move it to OS. |
Describe the project you are working on
NO-GAM Application
Describe the problem or limitation you are having in your project
IMO, move tts methods to TTS class make more sence, like TIME class
Describe the feature / enhancement and how it helps to overcome the problem or limitation
Describe how your proposal will work, with code, pseudo-code, mock-ups, and/or diagrams
/
If this enhancement will not be used often, can it be worked around with a few lines of script?
Where was no problem but make things better.
Is there a reason why this should be core and not an add-on in the asset library?
Yes, it's core.
The text was updated successfully, but these errors were encountered: