Skip to content

EchoTwin v0.1.1

Latest

Choose a tag to compare

@AlanY1an AlanY1an released this 12 Jun 06:40

What's new

English deployments actually hear English now. The persona language field auto-selects the matching streaming-ASR model (Chinese-first bilingual zipformer for zh, the English zipformer for en) — previously full English speech was garbled by the bilingual model. Switching personas rebuilds the recognizers on the fly; asr.sherpa_stream.repo left empty means auto, an explicit repo still wins.

Admin commands work in guild channels. /persona-admin, /voice-admin and /admin no longer force you into a DM — still owner-only, replies are ephemeral. (Command contexts re-sync on bot restart; global propagation can take up to 1h.)

Smoother first run. scripts/download_models.sh now prefetches both streaming ASR models (zh + en, ~200 MB) and drops a dead ~900 MB prefetch; quick start gained the missing git clone step; CONTRIBUTING.md added.

Full diff: v0.1.0...v0.1.1