Features
-
simple coqui-ai stt integration 86a4816b @johannbarbie
-
HTTP API key generator d10a7fa7
-
avoid unnecessary routes generation
-
server:
- make Coqui STT the default STT solution 70399187
- add HTTP API key middleware cdf41499
- expose queries over HTTP b6428d03
- add timeout action over HTTP 115f9c16
- handle built-in and trim entities over HTTP + add "disabled" HTTP API action option 82fb967a
- execute modules over HTTP 2e5b2c59
- generate Fastify routes on the file to expose packages over HTTP 5b41713a
- make Coqui STT the default STT solution 70399187
Bug Fixes
- do not ask to regenerate the HTTP API key if this one isn't available yet d265377a
- Python deps tree check c6c01291
- hotword offline (#342) f563d01d
- addressed comments by @JRMeyer b1c6f5c8
- allow to detect STT offline capabilities 04d62288
- Amazon Polly is always configured on check script due to new structure e6246d1f
Performance Improvements
- check if Python deps tree has been updated before going through deps install 2d0b0f13