Skip to content

Commit

Permalink
0.7.0 p
Browse files Browse the repository at this point in the history
  • Loading branch information
CheshireCC committed Mar 19, 2024
1 parent 84e45bd commit c7dee02
Show file tree
Hide file tree
Showing 5 changed files with 875 additions and 870 deletions.
5 changes: 3 additions & 2 deletions en.ts
Original file line number Diff line number Diff line change
Expand Up @@ -1982,8 +1982,9 @@ of symbols as defined in the model config.json file.</translation>
</message>
<message>
<location filename="faster_whisper_gui/tranccribePageNavigationInterface.py" line="173"/>
<source>按顺序讲相同说话人的内容聚合到一起,仅支持 txt 格式输出</source>
<translation>aggregate contents according to speakers</translation>
<source>按顺序将相同说话人的内容聚合到一起,仅支持 txt 格式输出</source>
<oldsource>按顺序讲相同说话人的内容聚合到一起,仅支持 txt 格式输出</oldsource>
<translation>aggregate contents according to speakers, only for txt format output</translation>
</message>
<message>
<location filename="faster_whisper_gui/tranccribePageNavigationInterface.py" line="292"/>
Expand Down
8 changes: 4 additions & 4 deletions fasterWhisperGUIConfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,14 +3,14 @@
"demucs": {
"overlap": 0.1,
"segment": 7.8,
"tracks": 1
"tracks": 0
},
"model_param": {
"localModel": true,
"onlineModel": false,
"model_path": "F:/WhisperModels/faster-whisper/whisper-tiny",
"model_path": "F:/WhisperModels/faster-whisper/large-v3-float32",
"modelName": 0,
"use_v3_model": false,
"use_v3_model": true,
"device": 1,
"deviceIndex": "0",
"preciese": 0,
Expand Down Expand Up @@ -39,7 +39,7 @@
},
"Transcription_param": {
"aggregate_contents": true,
"language": 1,
"language": 0,
"task": false,
"beam_size": "5",
"best_of": "5",
Expand Down
2 changes: 1 addition & 1 deletion faster_whisper_GUI/tranccribePageNavigationInterface.py
Original file line number Diff line number Diff line change
Expand Up @@ -170,7 +170,7 @@ def setupUI(self):
self.switchButton_aggregate_contents_according_to_the_speaker = SwitchButton()
self.switchButton_aggregate_contents_according_to_the_speaker.setChecked(False)
self.aggregate_contents_param_widget = ParamWidget(self.__tr("根据说话人聚合内容"),
self.__tr("按顺序讲相同说话人的内容聚合到一起,仅支持 txt 格式输出"),
self.__tr("按顺序将相同说话人的内容聚合到一起,仅支持 txt 格式输出"),
self.switchButton_aggregate_contents_according_to_the_speaker
)
widget_list.append(self.aggregate_contents_param_widget)
Expand Down
Binary file modified resource/_rc/Translater/en.qm
Binary file not shown.
Loading

0 comments on commit c7dee02

Please sign in to comment.