add boot logo & add config woxtype

This commit is contained in:
Puechberty Arthur
2026-06-17 18:09:11 +02:00
parent 814a58b1bf
commit abd596d66c
2 changed files with 5 additions and 5 deletions
Binary file not shown.

Before

Width:  |  Height:  |  Size: 3.0 KiB

After

Width:  |  Height:  |  Size: 2.9 KiB

+5 -5
View File
@@ -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)