Michael Hansen
Michael Hansen
Is your weather entity exposed? The Assist debug tool recognizes "wie ist das Wetter" as a `HassGetWeather` intent for me. For `Temperatur`, it might be easier to just add a...
Piper has been updated to 1.3.0, and it should fix the dependency issues. Development has also moved: https://github.com/OHF-Voice/piper1-gpl
Piper is still being developed 🙂 https://github.com/OHF-Voice/piper1-gpl It's not too bad to fine tune a voice, but it's very dependent on your setup: https://github.com/OHF-Voice/piper1-gpl/blob/main/docs/TRAINING.md
I definitely do need help, thanks 😄 I've been reworking the code base here: https://github.com/OHF-Voice/piper1-gpl I don't have a C++ version there just yet; I wanted to focus on the...
Three things distinguish Piper's Python version (in `piper1-gpl`): 1. The only dependency is `onnxruntime`, so a fresh install is less than 300MB as opposed to multiple gigabytes of dependencies from...
Please try upgrading to piper 1.3.0 which is being developed here: https://github.com/OHF-Voice/piper1-gpl
I haven't been able to reproduce the problem on my side. I can test the hotfix, but I need to make sure the integration can still detect when the caller...
I wonder if the problem is related to this line: https://github.com/home-assistant/core/blob/dev/homeassistant%2Fcomponents%2Fvoip%2Fassist_satellite.py#L168 Maybe I shouldn't use the nowait version of put here. I wonder if the stt stream task is just...
I got it to work, but had to make several changes: 1. In `src/ucd-tools/autogen.sh` change "ChangeLog.md" to "CHANGELOG.md" 2. Add `emmake make clean` before every `emmake make` step 3. In...
Make sure `espeakng.worker.data` is in the root of your web server.