Skip to content

Commit

Permalink
0.5.7
Browse files Browse the repository at this point in the history
  • Loading branch information
CheshireCC committed Jan 11, 2024
1 parent 22b1b9a commit 1ccd169
Show file tree
Hide file tree
Showing 28 changed files with 4,101 additions and 3,812 deletions.
2 changes: 1 addition & 1 deletion config/config.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"QFluentWidgets": {
"ThemeColor": "#ffdb4437",
"ThemeColor": "#ff009faa",
"ThemeMode": "Light"
}
}
893 changes: 516 additions & 377 deletions en.ts

Large diffs are not rendered by default.

20 changes: 10 additions & 10 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": 2
"tracks": 1
},
"model_param": {
"localModel": true,
"onlineModel": false,
"model_path": "",
"modelName": 0,
"use_v3_model": true,
"use_v3_model": false,
"device": 1,
"deviceIndex": "0",
"preciese": 5,
Expand All @@ -31,20 +31,20 @@
"setting": {
"saveConfig": true,
"autoLoadModel": false,
"language": 2,
"language": 0,
"huggingface_user_token": "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",
"autoGoToOutputPage": 2,
"autoClearTempFiles": true,
"themeColor": "#009faa"
},
"Transcription_param": {
"language": 1,
"language": 0,
"task": false,
"beam_size": "5",
"best_of": "1",
"patience": "1.0",
"length_penalty": "1.0",
"temperature": "0.3",
"temperature": "0",
"compression_ratio_threshold": "2.4",
"log_prob_threshold": "-1.0",
"no_speech_threshold": "0.6",
Expand All @@ -55,7 +55,7 @@
"suppress_tokens": "-1",
"without_timestamps": false,
"max_initial_timestamp": "1.0",
"word_timestamps": true,
"word_timestamps": false,
"prepend_punctuations": "\"'“¿([{-",
"append_punctuations": "\"'.。,,!!??::”)]}、",
"repetition_penalty": "1.0",
Expand All @@ -64,12 +64,12 @@
},
"output_whisperX": {
"tabMovable": false,
"tabScrollable": true,
"tabScrollable": false,
"tabShadowEnabled": false,
"tabMaxWidth": 403,
"tabMaxWidth": 200,
"closeDisplayMode": 0,
"whisperXMinSpeaker": 2,
"whisperXMaxSpeaker": 2,
"whisperXMinSpeaker": 0,
"whisperXMaxSpeaker": 0,
"outputFormat": 0,
"outputEncoding": 1
}
Expand Down
2 changes: 2 additions & 0 deletions faster_whisper_GUI/fasterWhisperGuiIcon.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
# coding:utf-8

from resource import rc_Image

from qfluentwidgets import (FluentIconBase, Theme, getIconColor)
Expand Down
2 changes: 2 additions & 0 deletions faster_whisper_GUI/fileNameListViewInterface.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
# coding:utf-8

import os
from threading import Thread

Expand Down
1 change: 1 addition & 0 deletions faster_whisper_GUI/homePageItemLabel.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
# coding:utf-8

from PySide6.QtCore import Qt
from PySide6.QtWidgets import (
Expand Down
2 changes: 2 additions & 0 deletions faster_whisper_GUI/homePageNavigationInterface.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
# coding:utf-8

from PySide6.QtCore import QEasingCurve, Qt
from .navigationInterface import NavigationBaseInterface

Expand Down
2 changes: 2 additions & 0 deletions faster_whisper_GUI/mainWindows.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
# coding:utf-8

import json
import sys
import os
Expand Down
2 changes: 2 additions & 0 deletions faster_whisper_GUI/modelPageNavigationInterface.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
# coding:utf-8

from PySide6.QtCore import (QCoreApplication, Qt)
from PySide6.QtGui import QFont

Expand Down
1 change: 1 addition & 0 deletions faster_whisper_GUI/outputLabelLineEditButtonWidget.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
# coding:utf-8

import os
from PySide6.QtGui import QDragEnterEvent, QDropEvent
Expand Down
2 changes: 2 additions & 0 deletions faster_whisper_GUI/outputPageNavigationInterface.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
# coding:utf-8

from PySide6.QtCore import Qt
from PySide6.QtWidgets import (
QHBoxLayout,
Expand Down
1 change: 1 addition & 0 deletions faster_whisper_GUI/paramItemWidget.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
# coding:utf-8

from PySide6.QtCore import Qt
from PySide6.QtWidgets import (
Expand Down
2 changes: 2 additions & 0 deletions faster_whisper_GUI/processPageNavigationInterface.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
# coding:utf-8

from PySide6.QtCore import Qt

from PySide6.QtWidgets import (
Expand Down
1 change: 1 addition & 0 deletions faster_whisper_GUI/seg_ment.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
# coding:utf-8

from faster_whisper import (Segment, Word)
from typing import List
Expand Down
4 changes: 1 addition & 3 deletions faster_whisper_GUI/settingPageNavigation.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
# coding:utf-8

import os
import random
Expand All @@ -6,8 +7,6 @@
from PySide6.QtGui import QColor, QColorSpace

from PySide6.QtWidgets import (
QComboBox,
QGridLayout,
QHBoxLayout,
QVBoxLayout,
QWidget
Expand All @@ -24,7 +23,6 @@
themeColor,
setThemeColor,
ColorPickerButton,
ToolButton,
FluentIcon,
PrimaryToolButton
)
Expand Down
2 changes: 2 additions & 0 deletions faster_whisper_GUI/split_audio.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
# coding:utf-8

import os
from PySide6.QtCore import (QThread, Signal)
import subprocess
Expand Down
1 change: 1 addition & 0 deletions faster_whisper_GUI/style_sheet.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
# coding: utf-8

from enum import Enum

from qfluentwidgets import (
Expand Down
2 changes: 2 additions & 0 deletions faster_whisper_GUI/subtitleFileRead.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
# coding:utf-8

from typing import List
from .seg_ment import segment_Transcribe

Expand Down
1 change: 1 addition & 0 deletions faster_whisper_GUI/tableModel_segments_path_info.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
# coding:utf-8

from PySide6.QtCore import QAbstractTableModel, Qt
# from PySide6.QtWidgets import QStyledItemDelegate, QLineEdit
Expand Down
2 changes: 2 additions & 0 deletions faster_whisper_GUI/tableViewInterface.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
# coding:utf-8

from PySide6.QtCore import QModelIndex, Qt, Signal
from PySide6.QtGui import QPalette
from PySide6.QtWidgets import (
Expand Down
2 changes: 2 additions & 0 deletions faster_whisper_GUI/tranccribePageNavigationInterface.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
# coding:utf-8

import os
from PySide6.QtCore import QCoreApplication, Qt
from PySide6.QtWidgets import (
Expand Down
2 changes: 2 additions & 0 deletions faster_whisper_GUI/translator.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
# coding:utf-8

from PySide6.QtCore import QTranslator
from resource import rc_Translater
import locale
Expand Down
2 changes: 2 additions & 0 deletions faster_whisper_GUI/util.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
# coding:utf-8

import datetime

def outputWithDateTime(text:str):
Expand Down
2 changes: 2 additions & 0 deletions faster_whisper_GUI/vadPageNavigationInterface.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
# coding:utf-8

from PySide6.QtCore import QCoreApplication

from PySide6.QtWidgets import (
Expand Down
4 changes: 3 additions & 1 deletion faster_whisper_GUI/version.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,6 @@
__version__ = "0.5.6"
# coding:utf-8

__version__ = "0.5.7"
__FasterWhisper_version__ = "0.10.0"
__WhisperX_version__ = "3.1.1"
__Demucs_version__ = "v4.0"
1 change: 1 addition & 0 deletions faster_whisper_GUI/whisper_x.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
# coding:utf-8

from PySide6.QtCore import (QThread, Signal)
import torch
Expand Down
Binary file modified resource/_rc/Translater/en.qm
Binary file not shown.
Loading

0 comments on commit 1ccd169

Please sign in to comment.