v0.1.3
Builtin voices, CI, clippy clean
Embedded voices & config
Seven popular voices embedded directly in the binary — no network access needed for common use:
- af_heart, af_bella, af_sarah, af_sky (American female)
- am_michael, am_adam (American male)
- bf_emma (British female)
Model config (config.json) also embedded. Model weights (312MB) still downloaded from HF Hub on first run.
CI
GitHub Actions on macos-14: cargo fmt --check, cargo clippy -- -D warnings, cargo test --workspace.
Fixes
- Fixed broken
istft_roundtripintegration test (stalevoicers::namespace) - Resolved all clippy warnings across the workspace
- Voice safetensors tracked with git LFS
Previous release
v0.1.2 — embedded perceptron POS tagger, removed spaCy dependency