Skip to content

v0.5.2

Compare
Choose a tag to compare
@chainyo chainyo released this 12 Oct 12:19
· 84 commits to main since this release
8c967bd

This PR introduces a lot of things to allow remote execution and single-service deployment.

API

  • Added the possibility to make RemoteExecution or LocalExecution for transcription and diarization services #258
  • Implemented single-service deployment with the new only_transcription and only_diarization asr types #261
  • Added new endpoints to manage remote execution servers #263
  • Allow the user to auto-switch between local and remote execution for all services #266

Diarization

  • Adjusted VAD speech padding and updated the diarization logic #271

Bug and Fixes

  • Fixed a newly introduced dual_channel bug #268
  • Added a fix to avoid empty utterances #273

Documentation

  • Added new documentation to the project via mkdocs-material and GitHub pages #269

Thanks to contributors @aleksandr-smechov @chainyo