mirror of
https://github.com/jambonz/jambonz-feature-server.git
synced 2026-02-14 18:30:59 +00:00
gather say support ttstream (#1128)
This commit is contained in:
@@ -110,6 +110,12 @@ class TaskGather extends SttTask {
|
|||||||
return this.fillerNoise.startDelaySecs;
|
return this.fillerNoise.startDelaySecs;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
get isStreamingTts() { return this.sayTask && this.sayTask.isStreamingTts; }
|
||||||
|
|
||||||
|
getTtsVendorData() {
|
||||||
|
if (this.sayTask) return this.sayTask.getTtsVendorData(this.cs);
|
||||||
|
}
|
||||||
|
|
||||||
get summary() {
|
get summary() {
|
||||||
let s = `${this.name}{`;
|
let s = `${this.name}{`;
|
||||||
if (this.input.length === 2) s += 'inputs=[speech,digits],';
|
if (this.input.length === 2) s += 'inputs=[speech,digits],';
|
||||||
|
|||||||
Reference in New Issue
Block a user