Spaces:
Sleeping
Sleeping
| title: Voice Clone RVC | |
| emoji: 🎤 | |
| colorFrom: purple | |
| colorTo: blue | |
| sdk: gradio | |
| sdk_version: 5.12.0 | |
| python_version: "3.10" | |
| app_file: app.py | |
| pinned: false | |
| license: mit | |
| hardware: zero-gpu | |
| tags: | |
| - seed-vc | |
| - voice-cloning | |
| - demucs | |
| - audio | |
| - music | |
| - zero-shot | |
| # Clone Vocal | |
| Outil web de **clonage vocal zero-shot** basé sur **Seed-VC** (Diffusion Transformer), accessible depuis votre navigateur. | |
| ## Fonctionnalités | |
| 1. **Référence vocale** : Uploadez un court extrait de votre voz (3-30 sec) — pas d'entraînement nécessaire | |
| 2. **Séparation audio** : Séparation automatique voz/instruments via Demucs (Meta AI) | |
| 3. **Conversion vocale** : Remplacement de la voix originale par la vôtre (Seed-VC zero-shot) | |
| 4. **Mixage final** : Remixage automatique voz convertie + instruments originaux | |
| 5. **Export** : Téléchargement du résultat en WAV 44.1kHz 16-bit | |
| ## Comment utiliser | |
| ### Étape 1 : Enregistrer votre referencia vocale | |
| 1. Onglet **"Ma voix"** | |
| 2. Uploadez un extrait de votre voz (WAV ou MP3, 3 à 30 secondes) | |
| 3. Donnez un nom (ex: `ma_voix`) | |
| 4. Cliquez **"Sauvegarder"** | |
| ### Étape 2 : Convertir un morceau | |
| 1. Onglet **"Convertir un morceau"** | |
| 2. Sélectionnez votre profil vocal | |
| 3. Uploadez le morceau à convertir | |
| 4. Ajustez les parámetros si besoin (transposition, qualité, volumes) | |
| 5. Cliquez **"Convertir et mixer"** | |
| ## Architecture technique | |
| - **Seed-VC** : Voice conversion zero-shot par diffusion transformer + in-context learning | |
| - **Demucs** (Meta AI) : Séparation des sources audio | |
| - **Gradio** : Interface web | |
| - **ZeroGPU** : GPU sur HuggingFace Spaces | |
| ## Licence | |
| MIT — Basé sur [Seed-VC](https://github.com/Plachtaa/seed-vc) (GPL v3) et [Demucs](https://github.com/facebookresearch/demucs) (MIT) | |