You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently I can't see how to load custom voices and I think it is currently not defined and therefore not implemented by any vendor.
We have the use-case where we want to create a custom voice (for example using the mozilla/tts stack) and load this voice so we can have a unified user experience.
The text was updated successfully, but these errors were encountered:
Still no reply here. In the meantime I tried to setup some remote server, serving some voice files I could extract from eSpeak, however I never got a custom SpeechSynthesisVoice implemented.
It always tells me
Uncaught TypeError: SpeechSynthesisUtterance.voice setter: Value being assigned does not implement interface SpeechSynthesisVoice.
when I try to add my voice implementation to a SpeechSynthesisUtterance instance.
In my opinion this is such a crucial feature, especially for non-commercial projects that have not the funding to pay these online services to generate TTS for all those browsers that have no sufficient voices available.
Currently I can't see how to load custom voices and I think it is currently not defined and therefore not implemented by any vendor.
We have the use-case where we want to create a custom voice (for example using the mozilla/tts stack) and load this voice so we can have a unified user experience.
The text was updated successfully, but these errors were encountered: