wangyu09 / exkaldi-rt

An online speech recognition extension toolkit of Kaldi
Apache License 2.0
57 stars 9 forks source link

Update V1.2.5 #9

Closed wangyu09 closed 3 years ago

wangyu09 commented 3 years ago
  1. Fixed a bug in decoder. subprocess lead to a zombie process because “shell=True”.
  2. Fixed a bug in PIPE. size counter may be different with the one counted by qsize function.
  3. Fixed a bug in decoder to record endpoints.
  4. Other changes.
wangyu09 commented 3 years ago

Reviewed