Fix: NeuphonicTTSService to use latest websocket API

This commit is contained in:
Mark Backman
2025-07-08 11:06:17 -07:00
parent 3c6a208101
commit a9d824753b
2 changed files with 22 additions and 7 deletions

View File

@@ -33,6 +33,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
`UserIdleProcessor` in conjunction with function calls that take a while to
return a result.
### Fixed
- Updated the `NeuphonicTTSService` to work with the updated websocket API.
### Performance
- Remove unncessary push task in each `FrameProcessor`.