feat: nvidia speech credential (#105)

* feat: nvidia speech credential

* fix: riva_server_uri

* fix: riva_server_uri

---------

Co-authored-by: Quan HL <quanluuhoang8@gmail.com>
This commit is contained in:
Hoan Luu Huu
2023-02-10 20:31:49 +07:00
committed by GitHub
parent d4f2be3dc1
commit f46be95551
4 changed files with 48 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();