Discussions

Ask a Question
Back to All

Voice config parameter

Hi, can i know any settings for making the voice to be more human-like?

I tried add language, locale, voice_config and some other config also not making much different.

script: {
type: "text", input: "Hi, 我想告訴你:我還在。你不用担心太多的,你自己要照顾好",
provider: {
type: "elevenlabs", voice_id: findContact.voice_url,
language: "Chinese (Mandarin, Simplified)", locale: "zh-CN",
voice_config: {
style: "Gentle"
}
}
},
Thank you.