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
Is spoken audio on your roadmap ?
By this I mean giving users the possibility to listen to the translated text.
For example, I ask Hello World to be translated in Chine => 你好世界
Then when I click on the play button I hear the words in Chinese.
Assuming you are interested in this and especially to have it working offline/locally, here are two possible approaches :
flutter_tts using each platform's specific API, not available on Linux, wide language support
babylon_tts neural text to speech used by the maid project to provide text to speech support, available everywhere
What do you think ?
The text was updated successfully, but these errors were encountered:
flutter-painter
changed the title
Text to Speech
Offline Text to Speech - translated text as spoken audio
Sep 8, 2024
Is spoken audio on your roadmap ?
By this I mean giving users the possibility to listen to the translated text.
For example, I ask Hello World to be translated in Chine => 你好世界
Then when I click on the play button I hear the words in Chinese.
Assuming you are interested in this and especially to have it working offline/locally, here are two possible approaches :
flutter_tts using each platform's specific API, not available on Linux, wide language support
babylon_tts neural text to speech used by the maid project to provide text to speech support, available everywhere
What do you think ?
The text was updated successfully, but these errors were encountered: