suno-ai / bark

🔊 Text-Prompted Generative Audio Model
MIT License
33.72k stars 4k forks source link

Voice changes too much #577

Open geb6426 opened 1 month ago

geb6426 commented 1 month ago

They aren't same person's voice everytime. How to change it to one person's voice instead of a different voice everytime python -m bark --text "Hello, my name is Suno." --output_filename "example.wav"

JonathanFly commented 3 weeks ago

You need to specify a voice, or a history prompt.

python -m bark --text "Hello, my name is Suno and I am voice 6." --history_prompt 'v2/en_speaker_6' --output_filename "06_example.wav"