diff --git a/src/containers/internal/views/applications/speech-selection.tsx b/src/containers/internal/views/applications/speech-selection.tsx index 170ad8c8..62a5e11a 100644 --- a/src/containers/internal/views/applications/speech-selection.tsx +++ b/src/containers/internal/views/applications/speech-selection.tsx @@ -196,7 +196,7 @@ export const SpeechProviderSelection = ({ setSynthesisVoiceOptions(voicesOpts); } if (synthesisGoogleCustomVoiceOptions.length > 0) { - setSynthVoice(synthesisGoogleCustomVoiceOptions[0].value); + updateTtsVoice(synthesisGoogleCustomVoiceOptions[0].value); } } else { setSynthesisVoiceOptions(voicesOpts);