Voice Cloning Using CLI

Note: If you haven't prepared your audio samples, refer to the preparation guide.

To start the voice cloning task using Mirako CLI, use the following command:

sh
mirako voice clone \
  --audio-dir path/to/audio/samples \
  --annotations path/to/annotations.txt \
  --name "My Custom Voice" \

Depends on the number of audio samples in your dataset, the voice cloning process may take 5-30 minutes to complete. Once you have started the cloning process, you can either wait for the process to complete, or you can quit the CLI and check the status later.

View the Created Voice Profile

If the voice cloning process succeeded, you can view the created voice profile by using the following command:

sh
mirako voice view <voice_id>

# or you can view all your voice profiles
mirako voice list

Dive Deeper