mirror of
https://github.com/jambonz/jambonz-feature-server.git
synced 2025-12-20 08:40:38 +00:00
tts stream should not print speech credential (#1352)
This commit is contained in:
@@ -84,8 +84,7 @@ class TtsTask extends Task {
|
|||||||
const {api_key, model_id, custom_tts_streaming_url, auth_token} = credentials;
|
const {api_key, model_id, custom_tts_streaming_url, auth_token} = credentials;
|
||||||
let obj;
|
let obj;
|
||||||
|
|
||||||
this.logger.debug({credentials},
|
this.logger.debug(`setTtsStreamingChannelVars: vendor: ${vendor}, language: ${language}, voice: ${voice}`);
|
||||||
`setTtsStreamingChannelVars: vendor: ${vendor}, language: ${language}, voice: ${voice}`);
|
|
||||||
|
|
||||||
switch (vendor) {
|
switch (vendor) {
|
||||||
case 'deepgram':
|
case 'deepgram':
|
||||||
|
|||||||
Reference in New Issue
Block a user