mirror of
https://github.com/occ-ai/obs-localvocal
synced 2024-11-08 03:08:07 +00:00
65da380f9f
* Bump whisper, clblast, add buffered output * Update CPU_OR_CUDA environment variable error messages * Update Cublas validation in Package-Windows.ps1 and initialize function in captions-thread.h * Update Cublas validation and fix typo in Package-Windows.ps1 * Update default whisper model path to Whisper Tiny English (74Mb) * Update translation strings for multiple locales
54 lines
1.9 KiB
INI
54 lines
1.9 KiB
INI
LocalVocalPlugin="LocalVocal 插件"
|
||
transcription_filterAudioFilter="LocalVocal 转录"
|
||
vad_enabled="启用 VAD"
|
||
log_level="内部日志级别"
|
||
log_words="控制台日志输出"
|
||
caption_to_stream="流字幕"
|
||
step_by_step_processing="逐步处理(⚠️ 增加处理)"
|
||
step_size_msec="步长(毫秒)"
|
||
subtitle_sources="字幕输出"
|
||
none_no_output="无 / 无输出"
|
||
text_file_output="文本文件输出"
|
||
output_filename="输出文件名"
|
||
whisper_model="Whisper 模型"
|
||
external_model_file="外部模型文件"
|
||
whisper_parameters="高级设置"
|
||
language="语言"
|
||
whisper_sampling_method="Whisper 采样方法"
|
||
n_threads="线程数"
|
||
n_max_text_ctx="最大文本上下文"
|
||
translate="翻译"
|
||
no_context="无上下文"
|
||
single_segment="单一段落"
|
||
print_special="打印特殊"
|
||
print_progress="打印进度"
|
||
print_realtime="实时打印"
|
||
print_timestamps="打印时间戳"
|
||
token_timestamps="令牌时间戳"
|
||
thold_pt="令牌概率阈值"
|
||
thold_ptsum="令牌总概率阈值"
|
||
max_len="最大长度(字符)"
|
||
split_on_word="按单词分割"
|
||
max_tokens="最大令牌数"
|
||
speed_up="加速"
|
||
initial_prompt="初始提示"
|
||
suppress_blank="抑制空白"
|
||
suppress_non_speech_tokens="抑制非语音令牌"
|
||
temperature="温度"
|
||
max_initial_ts="最大初始时间戳"
|
||
length_penalty="长度惩罚"
|
||
save_srt="保存为 SRT 格式"
|
||
truncate_output_file="新句子时截断文件"
|
||
only_while_recording="仅在录制时写入输出"
|
||
process_while_muted="在源静音时处理语音"
|
||
rename_file_to_match_recording="将文件重命名以匹配录制"
|
||
min_sub_duration="最小字幕持续时间(毫秒)"
|
||
advanced_settings="高级设置"
|
||
target_language="目标语言"
|
||
source_language="源语言"
|
||
translate="翻译 (⚠️ 增加处理)"
|
||
translate_add_context="带上下文翻译"
|
||
whisper_translate="翻译为英语(Whisper)"
|
||
buffer_size_msec="缓冲区大小(毫秒)"
|
||
overlap_size_msec="重叠大小(毫秒)"
|