mirror of
https://github.com/jambonz/jambonz-feature-server.git
synced 2025-12-21 09:08:02 +00:00
wip
This commit is contained in:
@@ -175,9 +175,9 @@ class TaskSay extends Task {
|
|||||||
const {filePath, servedFromCache, rtt} = await synthAudio(stats, {
|
const {filePath, servedFromCache, rtt} = await synthAudio(stats, {
|
||||||
account_sid: cs.accountSid,
|
account_sid: cs.accountSid,
|
||||||
text,
|
text,
|
||||||
fallbackVendor,
|
vendor: fallbackVendor,
|
||||||
fallbackLanguage,
|
language: fallbackLanguage,
|
||||||
fallbackVoice,
|
voice: fallbackVoice,
|
||||||
engine,
|
engine,
|
||||||
model,
|
model,
|
||||||
salt,
|
salt,
|
||||||
|
|||||||
Reference in New Issue
Block a user