--- title: RVC Voice Conversion emoji: ๐ŸŽ™๏ธ colorFrom: purple colorTo: indigo sdk: gradio sdk_version: 6.9.0 app_file: app.py pinned: false license: mit --- # ๐ŸŽ™๏ธ RVC Voice Conversion A **clean, minimal** HuggingFace Space for **Retrieval-Based Voice Conversion**. Record or upload audio โ†’ pick a model โ†’ convert in seconds. ## Features | | | |---|---| | ๐ŸŽ™๏ธ **Microphone** | Record directly in the browser | | ๐Ÿ“ **File upload** | WAV ยท MP3 ยท FLAC ยท OGG ยท M4A and more | | ๐Ÿ“ฆ **Custom models** | Upload any RVC `.zip` (`.pth` + optional `.index`) | | โœ… **Built-in model** | *zetaTest* auto-downloaded on first start | | โšก **GPU / CPU auto** | Automatically uses CUDA if available | | ๐ŸŽš๏ธ **Advanced controls** | Pitch ยท F0 method ยท Index rate ยท Noise reduction ยท Autotune ยท Split audio | ## Usage 1. **Convert tab** โ†’ record or upload audio 2. Choose a model (zetaTest is pre-loaded) 3. Set pitch if needed (e.g. `+12` to go up an octave) 4. Click **๐Ÿš€ Convert Voice** ## Upload Your Own Model Go to the **Models tab** and upload a `.zip` containing: - `model.pth` โ€” RVC model weights (required) - `model.index` โ€” FAISS index for better timbre matching (optional) Compatible with models from [weights.gg](https://weights.gg) and [HuggingFace](https://huggingface.co/models?search=rvc). ## Credits - Engine: [Ultimate RVC](https://github.com/JackismyShephard/ultimate-rvc) by JackismyShephard - Default model: [zetaTest](https://huggingface.co/megaaziib/my-rvc-models-collection) by megaaziib