Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Pédagogies Multimodales
PhonoDrop
Commits
e11596c1
Commit
e11596c1
authored
Mar 20, 2021
by
Sylvain Coulange
Browse files
debug synthèse vocale
parent
fcbdd1c6
Changes
1
Show whitespace changes
Inline
Side-by-side
public/scripts/syntheseVocale.js
View file @
e11596c1
...
...
@@ -69,7 +69,8 @@ async function playIpa() {
const
response
=
await
fetch
(
'
http://phonographe.alem-app.fr/_playIpa/
'
,
options
)
const
data
=
await
response
.
json
();
readResponse
(
data
[
"
audio
"
]);
}
else
if
(
sv_audio
)
{
}
else
{
var
sv_audio
=
document
.
getElementsByTagName
(
"
audio
"
)[
0
];
sv_audio
.
playbackRate
=
document
.
getElementById
(
'
debitParole
'
).
value
/
100
;
sv_audio
.
play
();
...
...
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