add more logs

This commit is contained in:
akirilyuk
2022-02-02 22:15:57 +01:00
parent ba994af012
commit 78869e4bb8
2 changed files with 2 additions and 1 deletions

View File

@@ -30,7 +30,7 @@ class SpeechConfig extends Emitter {
}
makeSayTaskConfig({text, turnConfig = {}} = {}) {
const synthesizer = lodash.merge({}, this.sessionConfig.synthesizer, turnConfig);
const synthesizer = lodash.merge({}, this.sessionConfig.synthesizer, turnConfig.synthesizer);
return {
text,
synthesizer