voice-clone
Installation
SKILL.md
Voice Clone Skill
Use this skill to clone a speaker's voice and generate text-to-speech audio.
Two-Step Process
Step 1: Clone Voice (one-time)
python skills/voice-clone/clone.py <audio_sample.wav> [--transcript "text"]
Creates a speaker embedding file that can be reused.
Step 2: Generate Speech
python skills/voice-clone/speak.py <embedding.safetensors> "Text to speak"
Generates audio using the cloned voice.