-
Notifications
You must be signed in to change notification settings - Fork 11
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
4 changed files
with
20 additions
and
8 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,8 @@ | ||
# 0.2.0 | ||
* Add support for Batch recognition ([PR](https://github.com/Bear-03/vosk-rs/pull/8)). | ||
|
||
# 0.1.1 | ||
* Documentation fixes | ||
* Documentation fixes. | ||
|
||
# 0.1.0 | ||
* First release (bindings for Vosk v0.3.42) | ||
* First release. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,8 +1,17 @@ | ||
# 0.3.0 | ||
* Add support for Batch recognition ([PR](https://github.com/Bear-03/vosk-rs/pull/8)). | ||
* [BREAKING] Redesign `LogLevel` to adequately represent Kaldi log levels ([PR](https://github.com/Bear-03/vosk-rs/pull/9)). | ||
* [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` | ||
* 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 | ||
* First release. | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters