#588 Fix System TTS promise never resolving

This commit is contained in:
Cohee
2023-06-29 13:00:15 +03:00
parent 6981151c8f
commit b9a067b79f

View File

@@ -219,6 +219,7 @@ class SystemTtsProvider {
chunkLength: 200, chunkLength: 200,
}, function () { }, function () {
//some code to execute when done //some code to execute when done
resolve(silence);
console.log('System TTS done'); console.log('System TTS done');
}); });
}); });