- Fix flag-enabled items not showing up on docs.rs.
- Add support for Batch recognition (PR).
- [BREAKING] Redesign
LogLevel
to adequately represent Kaldi log levels (PR). - [BREAKING]
Recognizer::accept_waveform
methods now returnResult<T, AcceptWaveformError>
(previouslyT
). Vosk takes the buffer length as ani32
so the user should be able to handle errors that arise due to the buffer being longer thani32::MAX
. - [BREAKING]
Model::find_word
now returnsOption<u32>
(previouslyOption<u16>
) to adjust it to the values that Vosk can return.
- Documentation fixes.
- Loosen bounds for Recognizer::new_with_grammar.
- [BREAKING] Extra double quotes are no longer needed for phrases in
Recognizer::new_with_grammar
.
- First release.