Skip to content

Files

Latest commit

d7b6eb3 · Oct 27, 2024

History

History
20 lines (16 loc) · 934 Bytes

CHANGELOG.md

File metadata and controls

20 lines (16 loc) · 934 Bytes

0.3.1

  • Fix flag-enabled items not showing up on docs.rs.

0.3.0

  • 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.

0.2.0

  • Documentation fixes.
  • Loosen bounds for Recognizer::new_with_grammar.
  • [BREAKING] Extra double quotes are no longer needed for phrases in Recognizer::new_with_grammar.

0.1.0

  • First release.