|
@@ -38,7 +38,7 @@ let form = ref({
|
|
|
url: '', // 语音引擎服务链接
|
|
|
access_token: '', // 语音引擎访问令牌
|
|
|
app_id: '', // 语音引擎应用ID
|
|
|
- pinyin_to_audio_type: 0 // 拼音转语音的方式
|
|
|
+ pinyin_to_audio_type: 0 // 拼音转语音的方式 0: 拼读 1: 直读
|
|
|
});
|
|
|
|
|
|
GetSpeechEngineConfig().then(({ url, access_token, app_id, pinyin_to_audio_type }) => {
|