Colton Loftus

Results 44 comments of Colton Loftus
trafficstars

Still a bit unsure but wondering if this might be related to the fact that speech dispatcher has both a config at `/etc/speech-dispatcher` and `~/.config/speech-dispatcher`. Perhaps there is a conflict...

Seems like this is actually caused by the fact the install moves existing configs

Seems to be related to this issue https://github.com/h2non/gock/issues/27

A similar issue is generated if you try to use the EDR provider instead of the OAF provider for a plugin. It appears in both cases a coroutine is not...

Thanks for your response clarifying that @francbartoli fyi for others in the meantime, if you need to write your own plugin that uses async code, although the core itself /...

Not sure if this helps, but I had the same issue and then switched from pydanticv2 basemodel to msgspec.Struct and it seems to have worked. Example below uses the openapi...

Thanks for your message. The reason the speech is not toggled is that so the user can interrupt tts by speaking another command. Otherwise they would have to wait for...

That is valid. I only bring up headphones / mic since they are easier hardware ways that don't require disabling talon. At least for me, I found using lightweight apple...

I am also highly interested in this. Since piper models use onnx and [transformers.js](https://huggingface.co/docs/transformers.js/en/index) provides GPU inference for onnx model, I feel like that might be another way to accomplish...

I am also running into this. I am using https://github.com/hashicorp/go-retryablehttp converted to a standard http.Client struct but the client doesn't seem to hit the mock endpoint but instead just fetches...