Skip to content

1.0.0-beta.6 / Leon Over HTTP + Making Friends with Coqui STT

Pre-release
Pre-release
Compare
Choose a tag to compare
@louistiti louistiti released this 07 Feb 09:08
· 745 commits to master since this release
f179e10

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

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