This commit is contained in:
Hoan HL
2026-01-14 16:00:43 +07:00
parent 490d23a703
commit 62fec6f5e4

View File

@@ -435,7 +435,7 @@ const synthGoogle = async(logger, {
}
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 += ',vendor=google';
params += `,voice=${voice}`;