platypush/platypush/plugins/assistant/picovoice
Fabio Manganiello 3b73b22db9
[assistant.picovoice] More features.
- Added wiring between `assistant.picovoice` and `tts.picovoice`.

- Added `RESPONDING` status to the assistant.

- Added ability to override the default speech model upon
  `start_conversation`.

- Better handling of conversation timeouts.

- Cache Cheetah objects in a `model -> object` map - at least the
  default model should be pre-loaded, since model loading at runtime
  seems to take a while, and that could impact the ability to detect the
  speech in the first seconds after a hotword is detected.
2024-04-10 22:26:45 +02:00
..
__init__.py [assistant.picovoice] More features. 2024-04-10 22:26:45 +02:00
_assistant.py [assistant.picovoice] More features. 2024-04-10 22:26:45 +02:00
_context.py [assistant.picovoice] More features. 2024-04-10 22:26:45 +02:00
_recorder.py `picovoice` -> `assistant.picovoice` 2024-04-08 13:26:44 +02:00
_state.py [assistant.picovoice] More features. 2024-04-10 22:26:45 +02:00
manifest.yaml Added ffmpeg requirement for `assistant.picovoice`. 2024-04-10 20:31:38 +02:00