feat/864 playht on prem (#432)

* feat/864 playht on prem

* feat/864 update speech utils version

---------

Co-authored-by: vasudevan-Kore <vasudev.anubrolu@kore.com>
This commit is contained in:
Vasudev Anubrolu
2025-05-08 19:30:07 +05:30
committed by GitHub
parent 30a799030c
commit 3cad5219b4
3 changed files with 6 additions and 2 deletions
+1
View File
@@ -667,6 +667,7 @@ function decryptCredential(obj, credential, logger, isObscureKey = true) {
obj.api_key = isObscureKey ? obscureKey(o.api_key) : o.api_key;
obj.user_id = o.user_id;
obj.voice_engine = o.voice_engine;
obj.playht_tts_uri = o.playht_tts_uri;
obj.options = o.options;
} else if ('cartesia' === obj.vendor) {
const o = JSON.parse(decrypt(credential));