this post was submitted on 23 Dec 2025
125 points (100.0% liked)

Selfhosted

61207 readers
252 users here now

A place to share alternatives to popular online services that can be self-hosted without giving up privacy or locking you into a service you don't control.

Rules:

Detailed Rules Post

  1. Be civil.

  2. No spam.

  3. Posts are to be related to self-hosting.

  4. Don't duplicate the full text of your blog or readme if you're providing a link.

  5. Submission headline should match the article title.

  6. No trolling.

  7. Promotion posts require active participation, with an account that is at least 30 days old. F/LOSS without a paywall has exceptions, with requirements. See the rules link for details. Tags [CBH] or [AIP] are required, see the links in Rule 8 for details.

  8. AI-related discussions and AI-involved promotional posts have additional requirements for tagging, as noted in Rule 7 and the AI & Promotional Post Expanded Rules post, and find example disclosures here.

Resources:

Any issues on the community? Report it using the report flag.

Questions? DM the mods!

founded 3 years ago
MODERATORS
 

so i yes, espeak exists and still sounds terrible even worse than picoTTS (last update 4 yrs ago?). so what else is there? i look at mimic3 and it says they are dead and one should go for piper here: https://github.com/MycroftAI/mimic3 the link to piper followed I get: https://github.com/rhasspy/piper "This repository was archived by the owner on Oct 6, 2025. It is now read-only. "

ok, so coqui? https://github.com/coqui-ai/TTS no update in over 12 months..how bad can it be? https://coqui.ai/ ...great it is a page for gambling now.

so, what are you using? gTTS is not offline.

you are viewing a single comment's thread
view the rest of the comments
[–] KarlLimbo@lemmy.world 1 points 7 months ago (1 children)

my use case is that n8n sshs into a remote machine with low specs and a connected speaker to read out information sent from n8n so i can do stuff like: pico2wave -l de-DE -w /tmp/warn.wav "Es ist {{ $json.Hour }} Uhr." && aplay /tmp/warn.wav And as you might have guess by now german language would be appreciated. I'm not going to run any additional docker containers for voice generation or invoke remote services. also the speaker is as dirt cheap as the rest of the setup so any output from espeak was basically killing my eardrums.

[–] early_riser@lemmy.world 1 points 7 months ago (1 children)

I'm fairly confident espeak is all you're going to get that's FOSS, local, and with any non English support. Yes every espeak language sounds like a Brittish guy badly pronouncing that language, and this includes the American English voice as well.

[–] KarlLimbo@lemmy.world 3 points 7 months ago

@ikidd@lemmy.world pointed me to piperTTS and i ended up with a python virtual enviroment, pip install piper-tts and de_DE-thorsten-high.onnx+json to be able to run echo "{{ $json.state}}" | piper -m ./de_DE-thorsten-high.onnx -f voice.wav && aplay voice.wav

and indeed that sounds much better than pico and espeak