mirror of
https://github.com/jambonz/speech-utils.git
synced 2026-07-04 19:31:49 +00:00
wip
This commit is contained in:
+1
-1
@@ -435,7 +435,7 @@ const synthGoogle = async(logger, {
|
|||||||
}
|
}
|
||||||
|
|
||||||
let params = '{';
|
let params = '{';
|
||||||
params += `credentials=${Buffer.from(JSON.stringify(credentials)).toString('base64')}`;
|
params += `credentials=${Buffer.from(JSON.stringify(credentials.credentials)).toString('base64')}`;
|
||||||
params += `,playback_id=${key}`;
|
params += `,playback_id=${key}`;
|
||||||
params += ',vendor=google';
|
params += ',vendor=google';
|
||||||
params += `,voice=${voice}`;
|
params += `,voice=${voice}`;
|
||||||
|
|||||||
Reference in New Issue
Block a user