Remove logging and fix case stuff
This commit is contained in:
@@ -51,7 +51,7 @@ module.exports = class AzureTTS extends BaseEngine {
|
||||
this.voices[voice.DisplayName.toLowerCase()] = voice.ShortName;
|
||||
}
|
||||
} else {
|
||||
this.voices[voice.DisplayName] = voice.ShortName;
|
||||
this.voices[voice.DisplayName.toLowerCase()] = voice.ShortName;
|
||||
}
|
||||
});
|
||||
}
|
||||
|
Reference in New Issue
Block a user