this post was submitted on 01 Feb 2024
39 points (95.3% liked)

Privacy

31286 readers
803 users here now

A place to discuss privacy and freedom in the digital world.

Privacy has become a very important issue in modern society, with companies and governments constantly abusing their power, more and more people are waking up to the importance of digital privacy.

In this community everyone is welcome to post links and discuss topics related to privacy.

Some Rules

Related communities

Chat rooms

much thanks to @gary_host_laptop for the logo design :)

founded 4 years ago
MODERATORS
 

After seeing the post showing the FUTO voice input app, I was wondering if there was anything equivalent for voice synthesis.

Currently I am using google speech synthesis with the network disconnected and in offline mode but is there an open source app that will do the same job?

you are viewing a single comment's thread
view the rest of the comments
[–] j4k3@lemmy.world 5 points 7 months ago

Not 'for android' but this TTS model is popular https://github.com/coqui-ai/TTS

This one is a little older but works as well: https://github.com/snakers4/silero-models

Both of those are AI models only. Most offline AI is runs over the network already, so like I have it on my phone at home, but it requires setup and I'm connecting to my computer to offload the task on my GPU. Personally my phone doesn't have anywhere near enough RAM to run all of Android's (zygote) bloat even on GrapheneOS and any models I would want to run.

I don't think we are at the point where mobile devices have the hardware specs needed for this to happen natively yet. Maybe it will happen soon though.

That's just what I know, but it is like water cooler talk and not primary source authority by any stretch.