Record your voice, hear how it would sound in different accents, and mimick yourself.
- Python 3.10+, Node.js, ffmpeg, uv
- OpenVoice: Clone myshell-ai/OpenVoice into
backend/, place converter checkpoints inbackend/checkpoints_v2/converter/ - AWS credentials for Amazon Polly TTS
make sync && make install
make backend # terminal 1
make frontend # terminal 2To use OpenVoice base speaker voices (e.g. en-default, en-us) in addition to Polly:
- Ensure
checkpoints_v2/base_speakers/ses/contains.pthfiles (from the full OpenVoice V2 checkpoint). - Run
make sync-melotts.