Simon
Simon
Ignore the warnings, they are intended. Regarding the question: refer to the json maybe, there you got an extra key for each segment showing the speaker. I find the json...
@augustepoiroux thanks for the feedback! I moved this to a flag `declTypes` now. Let me know if that's a better interface :)
90% sure this should be related to #123624 So can you try adding ``` data: options: voice: ``` maybe? Sorry for the inconvenience, I hope we will get this merged...
> > > I was having the same problem while trying to use the speak Action with the ElevenLabs integration. It would cause the device I wanted the speech to...
Well, I'm also not 100% sure how the conversion from the UI happens here, though I am decently confident that it comes from `generate_media_source_id` in the `homeassistant/components/tts/media_source.py` file. We have...
Could you verify whether this still occurs in the newest version?
That is indeed a different problem @carefulcomputer Would you mind opening a separate issue for this including the yamls that lead to this (feel free to remove any personal info)
What's failing is the loading of the internal faster whisper model. The easiest fix would be to clone the used model manually once from Huggingface and then pass the local...
I just wrote a really small dockerfile for internal usage but it might be feasible here too ``` ARG _BASE=debian:bookworm FROM $_BASE as builder COPY src /code/src COPY setup.cfg setup.py...
Very surprised and happy to hear you're open sourcing batch inference. I managed to get whisper.cpp to work with whisperX v2. It was not really a drop-in but not too...