voice-clone-pipeline

Automate voice cloning and audio cleanup from reference audio using Qwen3-TTS.

Updated Jun 4, 2026
One-click install
npx skills add https://github.com/kngender5/hermes --skill voice-clone-pipeline
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: voice-clone-pipeline
Source: https://github.com/kngender5/hermes/tree/main/skills/creative/voice-clone-pipeline
Command: npx skills add https://github.com/kngender5/hermes --skill voice-clone-pipeline

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires yt-dlp, ffmpeg, librosa, numpy, soundfile, scipy, and includes scripts (resource) and references (resource) components.

What problem does it solve?

This Skill automates the process of voice cloning and audio cleanup, allowing for efficient voice design and reference audio acquisition.

Core Features & Use Cases

  • Voice Cloning: End-to-end voice cloning from reference audio.
  • Audio Cleanup: Preprocess audio to remove noise without altering voice characteristics.
  • Use Case: Ideal for creating voice clones for voice design, audio cleanup for TTS, or voice reference.

Quick Start

Run the voice clone pipeline with the command: python3 voice_clone_pipeline.py "Morgan Freeman deep voice" --auto

Frequently Asked Questions about voice-clone-pipeline

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I automate voice cloning from a reference audio file?

To automate voice cloning, this pipeline uses Qwen3-TTS to process reference audio and generate a matching voice. Running the script with an auto flag handles the end-to-end workflow without manual intervention.

How can I clean up audio noise for TTS without changing the voice characteristics?

To clean up audio for TTS without altering characteristics, the pipeline preprocesses reference audio to remove background noise. This ensures the Qwen3-TTS voice clone remains faithful to the original source.

Do I need ffmpeg and librosa installed to run the voice clone pipeline?

Yes, you need ffmpeg, librosa, yt-dlp, numpy, soundfile, and scipy installed. These dependencies handle audio acquisition, processing, and analysis required to execute the voice cloning tasks.

What is the best way to acquire voice references for audio design?

The best way to acquire voice references is using yt-dlp integrated within the pipeline to download source audio. This audio is then cleaned and prepared for Qwen3-TTS voice design.

Does this voice cloning approach work with Python audio processing libraries?

Yes, the voice cloning approach works directly with Python libraries like librosa, numpy, soundfile, and scipy. These tools manage the audio analysis and cleanup before the Qwen3-TTS generation phase.