feat fallback speech

This commit is contained in:
Quan HL
2023-08-17 14:28:50 +07:00
parent b1c0478051
commit 5754c386d3
3 changed files with 16 additions and 16 deletions

View File

@@ -210,7 +210,7 @@ class Lex extends Task {
credentials: credential
});
return filePath;
} catch(err) {
} catch (err) {
this.logger.info({err}, 'failed to synth audio from fallback vendor');
}
}