{
"text": "要合成的文本",
"speaker_id": 0,
"sdp_ratio": 0.2,
"noise_scale": 0.6,
"noise_scale_w": 0.8,
"speed": 1
}
curl --location --request POST 'http://127.0.0.1:8101/tts' \
--header 'Content-Type: application/json' \
--data-raw '{
"text": "要合成的文本",
"speaker_id": 0,
"sdp_ratio": 0.2,
"noise_scale": 0.6,
"noise_scale_w": 0.8,
"speed": 1
}'
{}