Fix: handle echogarden align error (#620)
* may re-generate when "no matching voice found" * may regenerate if the original text has not-matching voice * specify language to avoid "no matching voice found"
This commit is contained in:
@@ -100,6 +100,7 @@ class EchogardenWrapper {
|
||||
transcript: string,
|
||||
options: AlignmentOptions
|
||||
) => {
|
||||
logger.debug("echogarden-align:", transcript, options);
|
||||
try {
|
||||
return await this.align(input, transcript, options);
|
||||
} catch (err) {
|
||||
|
||||
Reference in New Issue
Block a user