|
@@ -36,7 +36,7 @@ def get_voice(content, is_local, silence_duration):
|
|
|
appid = "8661018433"
|
|
|
access_token ="KkTVKPD9kY-i27Hr9gXtFQ4zqY7nrhJl"
|
|
|
cluster = "volcano_tts"
|
|
|
- voice_type = "BV700_V2_streaming"
|
|
|
+ voice_type = "BV700_streaming"
|
|
|
host = "openspeech.bytedance.com"
|
|
|
api_url = f"https://{host}/api/v1/tts"
|
|
|
header = {"Authorization": f"Bearer;{access_token}"}
|