Michael Hansen

Results 261 comments of Michael Hansen

For future me: https://detect-simd.readthedocs.io/en/latest/

OK, in 2.5.10 I'll put a warning on the settings page for Larynx, DeepSpeech, and Precise. For Rasa and MozillaTTS, I'll hold off since those are external services that could...

I think I figured out the problem. The "null" gets converted to a 0 (zero), and I have an `if` test buried in fsticuffs that is skipping over the 0...

Hmmm...I think just naming the .deb files `rhasspy_.deb` in each release would allow for this (without a version number in the file name). I wonder if this would cause anyone...

Hi @cephos, This isn't really documented anywhere, but Rhasspy's profile system works like this: 1. You run Rhasspy with `--profile ` 2. Rhasspy looks for a directory named `~/.config/rhasspy/profiles/` and...

Sure, I like this idea. I do agree that we should call it speaker/user recognition.

Hi @kuumaur, it would probably be worth opening an issue over on the [porcupine](https://github.com/Picovoice/porcupine) page about this. I'll keep this issue open in case someone has heard of a solution,...

Confirmed with `/api/listen-for-wake`. Not sure what I was thinking with that code. Thanks!

Should be fixed in 2.5.9. Leaving open to add a way to get the listen-for-wake state in the future.