mirror of
https://github.com/jambonz/speech-utils.git
synced 2026-01-25 02:08:26 +00:00
wip
This commit is contained in:
@@ -417,7 +417,7 @@ const synthGoogle = async(logger, {
|
||||
}) => {
|
||||
const client = new ttsGoogle.TextToSpeechClient(credentials);
|
||||
|
||||
const isGemini = credentials.use_gemini_tts;
|
||||
const isGemini = !!model;
|
||||
const isVoiceCloning = typeof voice === 'object' && voice.voice_cloning_key;
|
||||
|
||||
// Build input based on voice type
|
||||
|
||||
Reference in New Issue
Block a user