mirror of
https://github.com/jambonz/speech-utils.git
synced 2026-01-25 02:08:26 +00:00
wip
This commit is contained in:
@@ -469,7 +469,7 @@ const synthGoogle = async(logger, {
|
||||
let sampleRate;
|
||||
if (isGemini || isVoiceCloning) {
|
||||
audioConfig = { audioEncoding: 'LINEAR16', sampleRateHertz: 24000 };
|
||||
extension = 'r24';
|
||||
extension = 'wav';
|
||||
sampleRate = 24000;
|
||||
} else {
|
||||
audioConfig = { audioEncoding: 'MP3' };
|
||||
|
||||
Reference in New Issue
Block a user