mirror of
https://github.com/jambonz/jambonz-feature-server.git
synced 2025-12-21 00:58:34 +00:00
more fixes
This commit is contained in:
@@ -152,7 +152,7 @@ class TaskSay extends Task {
|
|||||||
}
|
}
|
||||||
if (otelSpan) otelSpan.setAttributes({'tts.cached': servedFromCache});
|
if (otelSpan) otelSpan.setAttributes({'tts.cached': servedFromCache});
|
||||||
if (otelSpan) otelSpan.end();
|
if (otelSpan) otelSpan.end();
|
||||||
if (!servedFromCache && rtt) {
|
if (!servedFromCache && rtt && !preCache) {
|
||||||
this.notifyStatus({
|
this.notifyStatus({
|
||||||
event: 'synthesized-audio',
|
event: 'synthesized-audio',
|
||||||
vendor,
|
vendor,
|
||||||
|
|||||||
Reference in New Issue
Block a user