vadimdddd

Results 4 issues of vadimdddd

Simplification of the test_srt.py script by moving the main part to the KaldiRecognizer class as new method.

TextResult is new method of KaldiRecognizer which return string instead of json. Issue https://github.com/alphacep/vosk-api/issues/758 solved.

Aligner is a program for aligning words in time relative to other words in audio file. Gentle project used m3.cc and k3.cc as language and acoustic models for alignment, these...

Issue https://github.com/alphacep/vosk-api/issues/1117. How to run: 1) You have to download small and big model for your language and place it here Path.home() .cache/vosk - it will be done auto in...