Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Pédagogies Multimodales
Phonographe
Commits
e832507b
Commit
e832507b
authored
Dec 30, 2022
by
Sylvain Coulange
🌼
Browse files
ajout synthesevocale zh
parent
3507e017
Changes
1
Hide whitespace changes
Inline
Side-by-side
clavier/views.py
View file @
e832507b
...
...
@@ -212,6 +212,8 @@ def playIpa(request):
loc
=
"Amy"
if
voix
==
"f"
else
"Brian"
elif
lang
==
"de"
:
loc
=
"Marlene"
if
voix
==
"f"
else
"Hans"
elif
lang
==
"zh"
:
loc
=
"Zhiyu"
if
voix
==
"f"
else
"Zhiyu"
print
(
"Lecture de ["
+
ipa
+
"] débit 80%"
)
audioBytes
,
lenssml
=
lambda_handler
(
ipa
,
loc
)
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new 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