[Update/Chore] Config Window: Transcription Tab. Whisper関連の文言追加や変更。

config.pyからの読み込み時に間違った方法で読み込んでいたのを修正。
This commit is contained in:
Sakamoto Shiina
2024-02-08 02:27:41 +09:00
parent d4164d7c58
commit ea10573a3d
3 changed files with 34 additions and 18 deletions

View File

@@ -79,7 +79,7 @@ config_window:
transcription: Transcription
transcription_mic: Mic
transcription_speaker: Speaker
transcription_internal_model: Internal Model
transcription_internal_model: Transcription Model
others: Others
others_send_message_formats: Message Formats (Send)
others_received_message_formats: Message Formats (Received)
@@ -126,21 +126,6 @@ config_window:
small: "Basic model (%{capacity})"
large: "High accuracy model (%{capacity})"
use_whisper_feature:
label: Use Whisper Feature
desc: Description
whisper_weight_type:
label: Select Whisper Model
desc: Description
tiny: "tiny model (%{capacity})"
base: "base model (%{capacity})"
small: "small model (%{capacity})"
medium: "medium model (%{capacity})"
large_v1: "large_v1 model (%{capacity})"
large_v2: "large_v2 model (%{capacity})"
large_v3: "large_v3 model (%{capacity})"
deepl_auth_key:
label: DeepL Auth Key
desc: Please select %{translator} on the main screen with DeepL_API when using. ※Some languages may not be supported.
@@ -203,6 +188,21 @@ config_window:
desc: It is the lower limit for the number of transcribed words, and only when this number is exceeded will the transcription results be displayed logs.
error_message: You can set a number equal to or greater than 0.
use_whisper_feature:
label: Use Whisper Model As Transcription
desc: In some languages, the accuracy of speech recognition may improve. During speech recognition usage, CPU usage increases, so please consider your PC specs before using this feature.
whisper_weight_type:
label: Select Whisper Model
desc: Generally, models with larger capacity tend to have higher accuracy, but this also results in longer transcription times and increased CPU usage. Please refer to the documentation for explanations of each model.
tiny: "tiny model (%{capacity})"
base: "base model (%{capacity}) (Recommended)"
small: "small model (%{capacity})"
medium: "medium model (%{capacity})"
large_v1: "large_v1 model (%{capacity})"
large_v2: "large_v2 model (%{capacity})"
large_v3: "large_v3 model (%{capacity})"
auto_clear_the_message_box:
label: Auto Clear The Message Box