ChineseTtsTflite icon indicating copy to clipboard operation
ChineseTtsTflite copied to clipboard

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

Open LuekWasHere opened this issue 2 years ago • 4 comments

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?

LuekWasHere avatar Apr 05 '23 06:04 LuekWasHere

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

models: https://huggingface.co/tensorspeech

There are some english models already exist.

benjaminwan avatar Apr 05 '23 08:04 benjaminwan

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.

LuekWasHere avatar Apr 05 '23 09:04 LuekWasHere

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.

benjaminwan avatar Apr 06 '23 07:04 benjaminwan

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

csukuangfj avatar Dec 31 '23 15:12 csukuangfj