support elevenlabs options (#553)

* support elevenlabs options

* elevenlabs options from synthezier

* wip

* fix
This commit is contained in:
Hoan Luu Huu
2023-11-30 21:28:12 +07:00
committed by GitHub
parent eb2d90ffaa
commit 0a0cbd57ba
5 changed files with 2250 additions and 23 deletions

View File

@@ -127,6 +127,7 @@ class TaskSay extends Task {
model,
salt,
credentials,
options: this.options,
disableTtsCache : this.disableTtsCache
});
this.logger.debug(`file ${filePath}, served from cache ${servedFromCache}`);