mirror of
https://github.com/jambonz/jambonz-api-server.git
synced 2026-07-04 19:21:53 +00:00
soniox transcription by node fetch, soniox sdk is depricated and invalid
This commit is contained in:
@@ -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');
|
||||
|
||||
Reference in New Issue
Block a user