forked from rhasspy/wyoming-addons
-
Notifications
You must be signed in to change notification settings - Fork 6
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
1 parent
fb02f32
commit 828c803
Showing
1 changed file
with
38 additions
and
0 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,38 @@ | ||
# Changelog | ||
|
||
## 1.8.0 | ||
|
||
- Include fix for potential deadlock | ||
- Only process wake words that a client requests | ||
- armv7 support | ||
|
||
## 1.7.1 | ||
|
||
- Always use wake word file name as key | ||
|
||
## 1.7.0 | ||
|
||
- Make wake word loading completely dynamic (new models are automatically discovered) | ||
- Rebuild Wyoming info message on each request | ||
- Deprecate --model | ||
|
||
## 1.5.1 | ||
|
||
- Include language in wake word descriptions | ||
|
||
## 1.5.0 | ||
|
||
- Remove webrtc | ||
- Remove audio options related to webrtc | ||
- Remove wake word option (dynamic loading) | ||
- Dynamically load wake word models | ||
|
||
## 1.4.0 | ||
|
||
- Add noise suppression/auto gain with webrtc | ||
|
||
## 1.1.0 | ||
|
||
- Initial release | ||
|
||
|