·
1 commit
to main
since this release
Immutable
release. Only release title and notes can be modified.
Bug-fix release: macOS AVSpeech voices now honor --rate, and auto-detected Chinese routes to the voice the engine actually ships.
Bug Fixes
--ratenow works formacos-*AVSpeech voices (#548) — the speaking-rate multiplier (0.5–2.0) was silently discarded for system voices. It is now forwarded to the AVSpeech sidecar and mapped ontoAVSpeechUtterance.rate, sokesha say --voice macos-… --rate 1.5actually changes the pace.- Auto-detected Chinese routes to
zh-zm_050(#547) — auto-routing previously pointed detectedzhat a voice the engine does not ship, failing withE_VOICE_UNKNOWN. Explicit--voice zh-zm_050was unaffected.
Docs / Internal
- OpenSpec baseline spec corpus (#544) — 11 capability specs capturing current behavior, with a glossary and spec-writing rules. No shipped-code change.
Platform support
Unchanged: CoreML (macOS 14+, Apple Silicon) / ONNX (macOS, Linux, Windows). Engine protocol v3.
Shipped PRs
- #548 — fix(tts): honor
--rateformacos-*AVSpeech voices - #547 — fix(tts): route
zhauto-detection tozh-zm_050 - #544 — docs(openspec): baseline specs for all existing features
Upgrade
bun add -g @drakulavich/kesha-voice-kit@1.24.3 && kesha install