Skip to content

Releases: Bear-03/vosk-rs

v0.3.1

27 Oct 20:23
Compare
Choose a tag to compare
  • Fix flag-enabled items not showing up on docs.rs.

v0.3.0

27 Oct 19:52
Compare
Choose a tag to compare
  • Add support for Batch recognition (PR).
  • [BREAKING] Redesign LogLevel to adequately represent Kaldi log levels (PR).
  • [BREAKING] Recognizer::accept_waveform methods now return Result<T, AcceptWaveformError> (previously T).
    Vosk takes the buffer length as an i32 so the user should be able to handle errors that arise due to the
    buffer being longer than i32::MAX.
  • [BREAKING] Model::find_word now returns Option<u32> (previously Option<u16>) to adjust it to the values
    that Vosk can return.

v0.2.0

01 Oct 10:57
Compare
Choose a tag to compare
  • Documentation fixes.
  • Loosen bounds for Recognizer::new_with_grammar.
  • [BREAKING] Extra double quotes are no longer needed for phrases in Recognizer::new_with_grammar.

v0.1.0

18 Jul 16:10
62d35d2
Compare
Choose a tag to compare
  • First release