mirror of
https://github.com/babysor/Realtime-Voice-Clone-Chinese.git
synced 2026-03-19 19:45:33 +08:00
865 B
865 B
name, description
| name | description |
|---|---|
| MockingBird | AI voice cloning and TTS toolkit. The only active skill is `speak`. |
MockingBird
Voice cloning / text-to-speech toolkit built on encoder-synthesizer-vocoder pipeline.
Available Skills
| Skill | Path | Purpose |
|---|---|---|
| speak | skills/speak/SKILL.md |
Text-to-speech (Kokoro local / Noiz cloud), timeline rendering, voice cloning |
Project Layout
models/— encoder, synthesizer, vocoder, ppg2mel, ppg_extractorcontrol/— CLI and GUI entry points (toolbox, mkgui)skills/speak/— TTS skill scripts (tts.sh,noiz_tts.py,render_timeline.py,text_to_srt.py)data/ckpt/— pretrained checkpoints
When to Use
If the user asks for anything related to speech synthesis, TTS, voice cloning, dubbing, or audio generation, read and follow skills/speak/SKILL.md.