rhasspy / piper

A fast, local neural text to speech system
https://rhasspy.github.io/piper-samples/
MIT License
6.68k stars 491 forks source link

FYI: Download links about Android APKs for piper models #257

Open csukuangfj opened 1 year ago

csukuangfj commented 1 year ago

Now you can try piper models on your Android phones.

The following languages are supported:

Community help is appreciated to convert more models from piper to sherpa-onnx.

Please see https://k2-fsa.github.io/sherpa/onnx/tts/apk.html

Screenshot 2023-10-29 at 17 48 27

Note:

You can try the models in your browser by visiting the following huggingface space https://huggingface.co/spaces/k2-fsa/text-to-speech

csukuangfj commented 4 months ago

@csukuangfj Awesome repo Fangjun Kuang ! do you know if anybody is working on a dart package for next gen Kaldi to be used on android and iOS ?

@Web3Kev Yes, we have now. Please see https://pub.dev/packages/sherpa_onnx

Screenshot 2024-07-10 at 15 35 50

We have flutter TTS demo for Piper. Please see

https://github.com/k2-fsa/sherpa-onnx/tree/master/flutter-examples/tts

powline99 commented 1 week ago

@csukuangfj @beqabeqa473 or Anyone (Help Please) I am not advanced enough to get into the coding of this model etc...

I am just trying to get it to work on Android for use in my Accessibility TTS readers. I see there were created apks https://k2-fsa.github.io/sherpa/onnx/tts/apk-engine.html .

When I install on my Google Pixel it only allows one to be used at a time (no input or way to change to a different voice's apk under the app)? It installs the new voice over the same APK from the download.

Is there a easier way to do this with Fdroid app where you can just select the voice you want off the onnx voices?

Thanks, DD.