mirror of
https://github.com/jambonz/jambonz-feature-server.git
synced 2025-12-20 08:40:38 +00:00
fix support precache audio with tts stream (#855)
* fix support precache audio with tts stream * update speech util
This commit is contained in:
@@ -149,7 +149,7 @@ class TaskSay extends TtsTask {
|
||||
credentials,
|
||||
options: this.options,
|
||||
disableTtsCache : this.disableTtsCache,
|
||||
preCache
|
||||
renderForCaching: preCache
|
||||
});
|
||||
if (!filePath.startsWith('say:')) {
|
||||
this.logger.debug(`Say: file ${filePath}, served from cache ${servedFromCache}`);
|
||||
|
||||
Reference in New Issue
Block a user