mirror of
https://github.com/jambonz/jambonz-feature-server.git
synced 2026-02-14 18:30:59 +00:00
initial support for conference and queues
This commit is contained in:
@@ -29,7 +29,8 @@ class TaskSay extends Task {
|
||||
text: this.text[segment],
|
||||
vendor: cs.speechSynthesisVendor,
|
||||
language: cs.speechSynthesisLanguage,
|
||||
voice: cs.speechSynthesisVoice
|
||||
voice: cs.speechSynthesisVoice,
|
||||
salt: cs.callSid
|
||||
}, this.synthesizer);
|
||||
const path = await synthAudio(opts);
|
||||
filepath.push(path);
|
||||
|
||||
Reference in New Issue
Block a user