Commit 04039a86 by haojie

音频脚本不需要转换格式

parent 251b45e6
......@@ -123,12 +123,6 @@ export const processTextCallback = () => {
});
return list;
});
params.type_content = dimensionalConvert(params.type_content);
let list = [];
params.type_content.forEach((item: any) => {
list.push([item]);
});
params.type_content = list;
console.log(params.type_content, '音频 type_content');
// 音色id
params.phonetic_timbres_id = item[createLiveKeys.phoneticsSoundColor];
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment