fix(macos): fully stop Voice Wake runtime when disabled

This commit is contained in:
Peter Steinberger
2025-12-28 10:17:30 +00:00
parent 8dfc031c4d
commit d529736597
2 changed files with 16 additions and 11 deletions

View File

@@ -1,5 +1,10 @@
# Changelog
## 2.0.0-beta5 — Unreleased
### Fixes
- macOS: Voice Wake now fully tears down the Speech pipeline when disabled (cancel pending restarts, drop stale callbacks) to avoid high CPU in the background.
## 2.0.0-beta4 — 2025-12-27
### Fixes