Commit 1da54998 authored by nick zheng's avatar nick zheng

Merge branch 'beta' into 'master'

chore: 新建数字人对话默认粤语音色

See merge request !20
parents d22c5c4d cd1f87eb
......@@ -14,7 +14,7 @@ export function defaultDigitalHumanDialogue(): DigitalHumanDialogueConfig {
figureId: 'A2A_V2-xiaomeng2',
speed: 5,
intonation: 5,
timebreId: '5132',
timebreId: '101019',
},
backgroundInfo: {
backgroundUrl: 'https://digitalpeople-sit.gz.bcebos.com/share/backgroud/%E5%8C%BB%E5%AD%A61.jpg',
......
......@@ -21,7 +21,7 @@ const speedMarks: { [speed: number]: string } = {
7: '1.5x',
}
const currentSelectedAudioType = ref('mandarin')
const currentSelectedAudioType = ref('cantonese')
const audioTypeList = [
{ label: '語言:普通話', value: 'mandarin', style: { fontSize: '12px' } },
......
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