Skip to content

Commit

Permalink
Add CHANGELOG
Browse files Browse the repository at this point in the history
  • Loading branch information
synesthesiam committed Oct 18, 2023
1 parent fb02f32 commit 828c803
Showing 1 changed file with 38 additions and 0 deletions.
38 changes: 38 additions & 0 deletions openwakeword/CHANGELOG.md
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


0 comments on commit 828c803

Please sign in to comment.