mirror of
https://github.com/arthur-pbty/arthur-os.git
synced 2026-08-01 20:28:16 +02:00
add boot logo & add config woxtype
This commit is contained in:
Binary file not shown.
|
Before Width: | Height: | Size: 3.0 KiB After Width: | Height: | Size: 2.9 KiB |
@@ -44,12 +44,12 @@ pause_media = true
|
|||||||
# .en models are English-only but faster and more accurate for English
|
# .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)
|
# 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
|
# Or provide absolute path to a custom .bin model file
|
||||||
model = "base.en"
|
model = "base"
|
||||||
|
|
||||||
# Language for transcription
|
# Language for transcription
|
||||||
# Use "en" for English, "auto" for auto-detection
|
# Use "en" for English, "auto" for auto-detection
|
||||||
# See: https://github.com/openai/whisper#available-models-and-languages
|
# See: https://github.com/openai/whisper#available-models-and-languages
|
||||||
language = "en"
|
language = "fr"
|
||||||
|
|
||||||
# Translate non-English speech to English
|
# Translate non-English speech to English
|
||||||
translate = false
|
translate = false
|
||||||
@@ -82,13 +82,13 @@ type_delay_ms = 1
|
|||||||
|
|
||||||
[output.notification]
|
[output.notification]
|
||||||
# Show notification when recording starts (hotkey pressed)
|
# Show notification when recording starts (hotkey pressed)
|
||||||
on_recording_start = false
|
on_recording_start = true
|
||||||
|
|
||||||
# Show notification when recording stops (transcription beginning)
|
# Show notification when recording stops (transcription beginning)
|
||||||
on_recording_stop = false
|
on_recording_stop = true
|
||||||
|
|
||||||
# Show notification with transcribed text after transcription completes
|
# Show notification with transcribed text after transcription completes
|
||||||
on_transcription = false
|
on_transcription = true
|
||||||
|
|
||||||
# [text]
|
# [text]
|
||||||
# Text processing options (word replacements, spoken punctuation)
|
# Text processing options (word replacements, spoken punctuation)
|
||||||
|
|||||||
Reference in New Issue
Block a user