benjaminwan / ChineseTtsTflite

Android Chinese TTS Engine Base On Tensorflow TTS , use for TfLite Models Test。安卓离线中文TTS引擎,在TensorflowTTS基础上开发,用于TfLite模型测试。
Apache License 2.0
297 stars 44 forks source link

Would it be a simple task to create a english model? #8

Open LuekWasHere opened 1 year ago

LuekWasHere commented 1 year ago

I really like this project!
I happen to speak english and would like to try and make a TTS run by Tacotron which runs english. Would you be able to lead me in the right direction to making a english alternative?

benjaminwan commented 1 year ago

demo for english: https://github.com/TensorSpeech/TensorFlowTTS/tree/master/examples/android

models: https://huggingface.co/tensorspeech

There are some english models already exist.

LuekWasHere commented 1 year ago

Thank you for your response, I did indeed see this demo for english, though I have found it was not quite a android tts engine. It only allowed inputs of text within the application (not system wide). Would it be possible to port the english models from the demo into your engine? I thoroughly appreciate your patience with me.

benjaminwan commented 1 year ago

This project is just a simple example and I have no plans to write an English version. In the future, there will definitely be models that support multiple languages, and this project will be phased out then.

csukuangfj commented 8 months ago

Please see https://github.com/k2-fsa/sherpa-onnx/pull/508 for English and other languages, e.g., Spanish, French, German, etc.