Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Contribute to GitLab
Sign in
Toggle navigation
D
digitalPerson-fe
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
digitalPerson
digitalPerson-fe
Commits
1da54998
Commit
1da54998
authored
Oct 08, 2024
by
nick zheng
Browse files
Options
Browse Files
Download
Plain Diff
Merge branch 'beta' into 'master'
chore: 新建数字人对话默认粤语音色 See merge request
!20
parents
d22c5c4d
cd1f87eb
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
2 deletions
+2
-2
digital-human-dialogue.ts
src/store/modules/digital-human-dialogue.ts
+1
-1
digital-audio.vue
...iews/dialogue-detail/components/digital/digital-audio.vue
+1
-1
No files found.
src/store/modules/digital-human-dialogue.ts
View file @
1da54998
...
...
@@ -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'
,
...
...
src/views/dialogue-detail/components/digital/digital-audio.vue
View file @
1da54998
...
...
@@ -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'
}
},
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment