You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
[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.