Skip to content
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

Offline Text to Speech - translated text as spoken audio #108

Open
flutter-painter opened this issue Sep 8, 2024 · 0 comments
Open

Offline Text to Speech - translated text as spoken audio #108

flutter-painter opened this issue Sep 8, 2024 · 0 comments

Comments

@flutter-painter
Copy link

flutter-painter commented 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 ?

@flutter-painter flutter-painter changed the title Text to Speech Offline Text to Speech - translated text as spoken audio Sep 8, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant