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