Skip to content

Releases: skit-ai/kaldi-serve

v1.0.0

22 Jun 17:32
Compare
Choose a tag to compare

Moved to v1 Library API with gRPC server component as a plugin and an additional python binding.

v0.4.3

21 May 19:53
Compare
Choose a tag to compare

Bug fixes:

  • Fix for RNNLM thread-safety issue

v0.4.0

26 Mar 15:53
Compare
Choose a tag to compare

Added support for RNNLM lattice rescoring.

v0.3.3

02 Mar 14:39
Compare
Choose a tag to compare

Improved sharing of components across decoders and debug logs.

v0.3.2

19 Feb 10:55
Compare
Choose a tag to compare

Enabled sharing of HCLG graph across decoders.

v0.3.1

18 Feb 13:02
Compare
Choose a tag to compare

Minor optimizations and better debug logs. Bug fixes:

  • Made sample_rate dynamic for raw pcm audio.

v0.3.0

18 Jan 20:21
Compare
Choose a tag to compare

Bug Fixes:

  • Fix an error in the computation of word-level timings.

v0.2.0

17 Jan 11:18
Compare
Choose a tag to compare

Added support for bi-directional streaming.

v0.1.0

09 Jan 08:29
332b4c1
Compare
Choose a tag to compare

Bug fixes:

  • Fix a memory leak in the lifecycle of a request

v0.0.4

31 Dec 05:59
da30f21
Compare
Choose a tag to compare
v0.0.4 Pre-release
Pre-release

kaldi-serve can now provide word confidence and timing information if your model directory has word_boundary.int file present (and you ask for that information).