This commit is contained in:
Timothy J. Baek 2024-06-27 13:12:37 -07:00
parent edbd07f893
commit c954f1b4de

View File

@ -234,6 +234,7 @@
console.log(sentences);
if (sentences.length > 0) {
sentencesAudio = sentences.reduce((a, e, i, arr) => {
a[i] = null;
return a;
@ -264,6 +265,10 @@
lastPlayedAudioPromise = lastPlayedAudioPromise.then(() => playAudio(idx));
}
}
} else {
speaking = null;
loadingSpeech = false;
}
} else {
let voices = [];
const getVoicesLoop = setInterval(async () => {