dev
This commit is contained in:
parent
5043449bf1
commit
b0a5c378db
@ -129,8 +129,8 @@ function playSpeech(text) {
|
|||||||
)
|
)
|
||||||
}
|
}
|
||||||
|
|
||||||
function playSpeechAfterAudio(text, widgetID) {
|
function playSpeechAfterAudio(audioUrl, widgetID, text) {
|
||||||
playAudio(widget.AudioUrl, widgetID, () => playSpeech(text));
|
playAudio(audioUrl, widgetID, () => playSpeech(text));
|
||||||
}
|
}
|
||||||
|
|
||||||
function delay(ms) {
|
function delay(ms) {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user