erew123 / alltalk_tts

AllTalk is based on the Coqui TTS engine, similar to the Coqui_tts extension for Text generation webUI, however supports a variety of advanced features, such as a settings page, low VRAM support, DeepSpeed, narrator, model finetuning, custom models, wav file maintenance. It can also be used with 3rd Party software via JSON calls.
GNU Affero General Public License v3.0
944 stars 110 forks source link

MaryTTS Support #238

Closed Subcode closed 4 months ago

Subcode commented 4 months ago

Is your feature request related to a problem? Please describe. Would it be possible to add MaryTTS support so we can use this in HomeAssistant?

Additional context https://www.home-assistant.io/integrations/marytts/ https://docs.coqui.ai/en/latest/marytts.html

erew123 commented 4 months ago

Hi @Subcode

This is already in the Features Request list well, at least as far as Home Assistant being able to use AllTalk.

Although I have not made any direct integrations with Home Assistant, nor tested this far, AllTalk v2, beyond its own API suite, has a OpenAI Speech compatible endpoint.

Which means in theory.... it should mean you can use OpenAI TTS Custom Component for Home Assistant

That aside, Im not opposed to adding a MaryTTS endpoint, however I was considering writing a full AllTalk integration for Home Assistant, which I assume would be preferable?

Thanks