Skip to content

v0.1.3

Choose a tag to compare

@rgbkrk rgbkrk released this 18 Mar 16:59
· 348 commits to main since this release

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_roundtrip integration test (stale voicers:: 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