refactor of speech-utils (#123)

This commit is contained in:
Dave Horton
2023-03-14 10:01:05 -04:00
committed by GitHub
parent 3d86292a90
commit aea7388ba0
5 changed files with 1996 additions and 53 deletions
+1 -1
View File
@@ -224,7 +224,7 @@ test('speech credentials tests', async(t) => {
auth: authUser,
json: true,
});
//console.log(JSON.stringify(result));
console.log(JSON.stringify(result));
t.ok(result.statusCode === 200 && result.body.stt.status === 'ok', 'successfully tested speech credential for deepgram');
/* delete the credential */