this post was submitted on 11 Feb 2025
45 points (97.9% liked)

Selfhosted

60409 readers
361 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.

Resources:

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

Questions? DM the mods!

founded 3 years ago
MODERATORS
 

Title question mostly. I've played with XTTS-v2 and it worked pretty well, but I'm wondering if folks are using anything else special. I'd like to train my own voice finetune which is what I did with XTTS-v2, and then use it with home assistant's voice feature. Welcome all opinions on it!

you are viewing a single comment's thread
view the rest of the comments
[โ€“] just_another_person@lemmy.world 1 points 1 year ago* (last edited 1 year ago) (2 children)

If it doesn't require an API key in the config, it's offline. My HA works totally offline unless I need to do updates, and it's always worked for me.

You can also view the code, cuz open source.

[โ€“] sxan@midwest.social 1 points 1 year ago (1 children)

๐Ÿ‘ Thanks. I'm surprised, and still skeptical, but thanks.

[โ€“] un_ax@lemmy.sdf.org 1 points 1 year ago

I was curious and it uses gTTS.

It calls what's probably the "speak" button on translate.google.com

This project is leveraging the undocumented Google Translate speech functionality

[โ€“] sxan@midwest.social 1 points 1 year ago

Yeah, so I dug into it, and it's definitely not offline. It uses gtts, which ultimately makes calls to google.com for the tts. You can track it down yourself, but you'll eventually end up here, which talks about how to change the google host name in case it's blocked.

I'm not sure why you believe not needing an API key means it isn't calling a Google API, especially in this case where it clearly states it's using an unofficial channel - which is the same trick third party YouTube clients use to access YouTube videos without using API keys.