Add Text-to-Speech (SSML) with audio output #5503
Unanswered
SimonGolms
asked this question in
Ideas
Replies: 1 comment 1 reply
-
I don't see a problem with integrating this. On the other side I don't think we will spend time developing something like this unless the development is funded. At least two things should cover this:
There is http://espeak.sourceforge.net/, but I have no clue how maintained it is or how easy it is to integrate with it. |
Beta Was this translation helpful? Give feedback.
1 reply
# for free
to join this conversation on GitHub.
Already have an account?
# to comment
-
I am currently developing a multilingual app and would like to use Weblate as a translation tool. As a further requirement of the accessibility of the app, a text-to-speech output should be possible, which could be implemented e.g. with the Azure Cognitive Service / Speech Service / Text-To-Speech (TTS) and the use of Speech Synthesis Markup Language (SSML).
Ideally, I would like to have the SSML text building blocks translated by the contributing translators as well. Like already e.g. screenshots support the translation, I could imagine here e.g. a play-button, which outputs the SSML input as audio for validation.
As far as I know, there is no free to use TTS service. However, the API of the common cloud providers could be integrated for this, similar to what is already the case for the Machine translating.
Via settings menu, the other parameters for a complete SSML can be configured:
Beta Was this translation helpful? Give feedback.
All reactions