Replies: 1 comment
-
Hi, I need to speak each phoneme of a word each at a time, so I did some digging and found that you can send this to the TTS:
This will speak the phonemes of the word "Enfermeiro" (nurse in Porguese). The 'ro' if sent alone will be spoken with a sound of a "HO" in english, and it should be a "ro". This was the only way to achieve that. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I am writing an app to generate arbitrary phonetically annotated speech, using something like IPA (International Phonetic Alphabet).
I understand flutter_tts just delegates to the underlying platform specific speech synthesis engine. I wonder if the author or the user community knows how to do this. e.g. what language code to use, specific notation such as surrounding text in square brackets...
For example, is SSML supported.
Thanks.
Beta Was this translation helpful? Give feedback.
All reactions