From 1c24fe22b0ef211143a0a988dde7c76abf34fe90 Mon Sep 17 00:00:00 2001 From: Hoan HL Date: Mon, 17 Nov 2025 16:00:15 +0700 Subject: [PATCH] soniox transcription by node fetch, soniox sdk is depricated and invalid --- lib/utils/speech-utils.js | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/lib/utils/speech-utils.js b/lib/utils/speech-utils.js index b82b78c..d3707d4 100644 --- a/lib/utils/speech-utils.js +++ b/lib/utils/speech-utils.js @@ -62,7 +62,8 @@ function capitalizeFirst(str) { return str.charAt(0).toUpperCase() + str.slice(1); } - +//https://github.com/soniox/soniox_examples/blob/master/speech_to_text/nodejs/soniox_async.js +// soniox sdk is deplicated and nolonger work to validate api key. const testSonioxStt = async(logger, credentials) => { const {api_key} = credentials; const https = require('https');