#Voice assistant and vocal sound effects like sneezing, and other mouth noises via voice model?

1 messages · Page 1 of 1 (latest)

mint spruce
#

Is this something doable? Or would that just be a "simple" script of sorts from HA? Or do you know of a docker that can achieve non-verbal sounds?

shell lynx
#

Orpheus TTS can do emotions and non verbal sounds like laughs and giggles. It can't be used with HA yet.

wheat blaze
# shell lynx Orpheus TTS can do emotions and non verbal sounds like laughs and giggles. It ca...

What do you mean with yet? Someone actually working on it to get it working? I have it implemented in HA using following

https://github.com/Lex-au/Orpheus-FastAPI

and

https://github.com/roryeckel/wyoming_openai

But as you said, it’s not working properly. After this solution split the responses in junks to allow streaming, in HA only the first piece is played and all follow up responses don’t. I hope HA will support this kind of streaming at any time.

GitHub

High-performance Text-to-Speech server with OpenAI-compatible API, 8 voices, emotion tags, and modern web UI. Optimized for RTX GPUs. - Lex-au/Orpheus-FastAPI

GitHub

OpenAI-Compatible Proxy Middleware for the Wyoming Protocol - roryeckel/wyoming_openai