Commit cd1f87eb authored by nick zheng's avatar nick zheng

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

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