diff --git a/CHANGELOG.md b/CHANGELOG.md index 5c8648272..cfbeb5010 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -9,6 +9,9 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ### Fixed +- Fixed an issue with `GroqTTSService` where it was not properly parsing the + WAV file header. + - Fixed an issue with `GoogleSTTService` where it was constantly reconnecting before starting to receive audio from the user.