salmaniq's picture
Upload 152 files
a72b927
raw
history blame contribute delete
446 Bytes
[rvc]
# path of directory containing RVC v2 voice models
model_dir = "/Users/saboor/Documents/TTS-RVC-API-1/models"
# Map the bark voice to your RVC models
#[rvc.bark_voice_map]
#default = "v2/en_speaker_6"
#spearker1 = "v2/en_speaker_6"
[tts]
# path of directory where tts audio output will be saved
# Always saves to path "<output_dir>/bark_out.wav" so overwritten for each generation
output_dir = "/Users/saboor/Documents/TTS-RVC-API-1/tmp"