minor change to prev commit

This commit is contained in:
Dave Horton
2022-02-24 15:40:28 -05:00
parent 059fa6c7c9
commit 52079dddb0

View File

@@ -43,9 +43,7 @@ class TaskSay extends Task {
// synthesize all of the text elements
let lastUpdated = false;
const filepath = (await Promise.all(this.text.map(async(text) => {
if (text.startsWith('silence://')) {
return `silence_stream://${text.slice(10)}`;
}
if (text.startsWith('silence_stream://')) return text;
const {filePath, servedFromCache} = await synthAudio(stats, {
text,
vendor,