diff --git a/default/plymouth/logo.png b/default/plymouth/logo.png index f185b266..a6880184 100644 Binary files a/default/plymouth/logo.png and b/default/plymouth/logo.png differ diff --git a/default/voxtype/config.toml b/default/voxtype/config.toml index ca80e7ee..060a9573 100644 --- a/default/voxtype/config.toml +++ b/default/voxtype/config.toml @@ -44,12 +44,12 @@ pause_media = true # .en models are English-only but faster and more accurate for English # large-v3-turbo is faster than large-v3 with minimal accuracy loss (recommended for GPU) # Or provide absolute path to a custom .bin model file -model = "base.en" +model = "base" # Language for transcription # Use "en" for English, "auto" for auto-detection # See: https://github.com/openai/whisper#available-models-and-languages -language = "en" +language = "fr" # Translate non-English speech to English translate = false @@ -82,13 +82,13 @@ type_delay_ms = 1 [output.notification] # Show notification when recording starts (hotkey pressed) -on_recording_start = false +on_recording_start = true # Show notification when recording stops (transcription beginning) -on_recording_stop = false +on_recording_stop = true # Show notification with transcribed text after transcription completes -on_transcription = false +on_transcription = true # [text] # Text processing options (word replacements, spoken punctuation)