mirror of
https://github.com/jambonz/jambonz-feature-server.git
synced 2025-12-20 16:50:39 +00:00
support mod_custom_tts (#731)
This commit is contained in:
@@ -100,7 +100,7 @@ class TaskSay extends TtsTask {
|
|||||||
}
|
}
|
||||||
|
|
||||||
ep.set({
|
ep.set({
|
||||||
tts_engine: vendor,
|
tts_engine: vendor.startsWith('custom:') ? 'custom' : vendor,
|
||||||
tts_voice: voice,
|
tts_voice: voice,
|
||||||
cache_speech_handles: !cs.currentTtsVendor || cs.currentTtsVendor === vendor ? 1 : 0,
|
cache_speech_handles: !cs.currentTtsVendor || cs.currentTtsVendor === vendor ? 1 : 0,
|
||||||
}).catch((err) => this.logger.info({err}, 'Error setting tts_engine on endpoint'));
|
}).catch((err) => this.logger.info({err}, 'Error setting tts_engine on endpoint'));
|
||||||
|
|||||||
Reference in New Issue
Block a user