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