diff --git a/cmd/skyeye/main.go b/cmd/skyeye/main.go index b615eb9d..a22ce8ea 100644 --- a/cmd/skyeye/main.go +++ b/cmd/skyeye/main.go @@ -381,6 +381,7 @@ func run(_ *cobra.Command, _ []string) { WhisperModel: whisperModel, OpenAIAPIKey: openAIAPIKey, Voice: voice, + UseSystemVoice: useSystemVoice, VoiceLock: voiceLock, Mute: mute, VoiceSpeed: voiceSpeed,