Generate a synthetic voice using Coqui TTS XTTS, based on a real voice recording.
- Uses Coqui's XTTS multilingual model
- Clone your voice from a single
.wavclip - Outputs high-quality speech in
.wavformat
git clone https://github.com/christalphilip/voice-replication.git
cd voice-replicationpip install -r requirements.txt- Record a clear voice clip (real_recording.wav)
- Edit the text variable in voice_replication.py
- Run the script:
python mood-music.py
The generated audio will be saved as synthetic_recording.wav.
Input: real_recording.wav Text: "Hello, this is a synthetic voice created from an audio recording of Christal's voice." Output: synthetic_recording.wav
voice-replication/
├── voice_replication.py
├── requirements.txt
├── README.md
├── LICENSE
├── .gitignore
└── example_outputs/
├── real_recording.wav
└── synthetic_recording.wav
This project is licensed under the MIT License.