Checkpoint Eibenreith ink architecture

This commit is contained in:
2026-05-24 09:09:41 +02:00
parent beac5a2be3
commit d42540f29d
35 changed files with 12015 additions and 54 deletions
+1 -1
View File
@@ -813,7 +813,7 @@ class TTSFactoryModule extends BaseModule {
if (typeof handler.preloadSpeech === 'function') {
console.log(`TTS Factory: Generating and caching speech for hash ${hash}`);
const preloadData = await handler.preloadSpeech(text, options);
if (preloadData && preloadData.success) {
if (preloadData && preloadData.success && preloadData.audioData) {
// Cache the speech
await this.cacheSpeech(hash, preloadData.audioData, preloadData.duration);