feat: nvidia speech credential

This commit is contained in:
Quan HL
2023-02-10 14:51:43 +07:00
parent d4f2be3dc1
commit f6612f551e
4 changed files with 50 additions and 3 deletions
-1
View File
@@ -16,7 +16,6 @@ const testNuanceStt = async(logger, credentials) => {
return true;
};
const testGoogleTts = async(logger, credentials) => {
const client = new ttsGoogle.TextToSpeechClient({credentials});
await client.listVoices();