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
@@ -467,7 +467,7 @@ const synthGoogle = async(logger, {
|
||||
let audioConfig;
|
||||
let extension;
|
||||
let sampleRate;
|
||||
if (isGemini || isVoiceCloning) {
|
||||
if (isVoiceCloning) {
|
||||
audioConfig = { audioEncoding: 'LINEAR16', sampleRateHertz: 24000 };
|
||||
extension = 'wav';
|
||||
sampleRate = 24000;
|
||||
|
||||
Reference in New Issue
Block a user