Daniel McKnight

Results 59 comments of Daniel McKnight

Related code snippet: https://github.com/NeonGeckoCom/neon_speech/blob/33b69fc9e21c7fa119e7845f4bcead9f980b408e/neon_speech/mic.py#L344

A similar error has been observed in other utterances on Mark2 devices running offline, but not on a Pi5 that I tested recently. This may be related to a version...

Thanks for opening an issue here. To add language support, we need a good data set of one speaker with transcriptions. If you know of any, please let us know...

> > I am trying to move to `NativeFactory` to support kernel 6.6 and Pi5. > > You might have better luck using `LGPIOFactory` ? See https://gpiozero.readthedocs.io/en/latest/api_pins.html#changing-the-pin-factory I don't think...

Related, [neon-core refactor](https://github.com/NeonGeckoCom/NeonCore/pull/411/files) for ovos-core 0.0.8. I will see if I can break that up to test backwards compat before refactoring imports

To summarize some notes from a chat with @JarbasAl: I could see using this system to handle "common" intents ("time", "weather", "jokes", etc.) where the intent matching is all done...

> my design would be that we add a OOV plugin in there, any downstream (such as neon-core) can then do whatever it wants such as loading default padatious/adapt intents...

> the new flow is: > > * Converse > * Skill Intents > * OOV framework > * CommonQA > * Fallbacks > > OOV means you get a...

I'd propose also cleaning up unused imports in dependencies and bumping those releases for this core release too.

ovos-workshop (0.0.12) Stable Release https://github.com/OpenVoiceOS/OVOS-workshop/pull/127 - [x] Validate ovos-gui Docker file upload/display - [x] Validate OCP GUI file upload/display > Upload working with: https://github.com/OpenVoiceOS/ovos-ocp-audio-plugin/pull/90 > Relative path references are apparently...