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?

      • @[email protected]
        link
        fedilink
        38 months ago

        I prefer rhvoice, because while it is not particularly great, I find it to be better than e-speak.

        • JackGreenEarth
          link
          fedilink
          English
          1
          edit-2
          8 months ago

          Wait, I just realised I have both installed, and they both sound the same, so one must be using the other, but I don’t know which.

  • @j4k3
    link
    English
    58 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.