GameSentenceMiner 2.7.2__py3-none-any.whl → 2.7.3__py3-none-any.whl
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- GameSentenceMiner/electron_config.py +2 -2
- {gamesentenceminer-2.7.2.dist-info → gamesentenceminer-2.7.3.dist-info}/METADATA +1 -1
- {gamesentenceminer-2.7.2.dist-info → gamesentenceminer-2.7.3.dist-info}/RECORD +7 -7
- {gamesentenceminer-2.7.2.dist-info → gamesentenceminer-2.7.3.dist-info}/WHEEL +0 -0
- {gamesentenceminer-2.7.2.dist-info → gamesentenceminer-2.7.3.dist-info}/entry_points.txt +0 -0
- {gamesentenceminer-2.7.2.dist-info → gamesentenceminer-2.7.3.dist-info}/licenses/LICENSE +0 -0
- {gamesentenceminer-2.7.2.dist-info → gamesentenceminer-2.7.3.dist-info}/top_level.txt +0 -0
@@ -189,10 +189,10 @@ def set_requires_open_window(requires_open_window: Optional[bool]):
|
|
189
189
|
store.set("OCR.requiresOpenWindow", requires_open_window)
|
190
190
|
|
191
191
|
def get_ocr_scan_rate() -> Optional[int]:
|
192
|
-
return store.get("OCR.
|
192
|
+
return store.get("OCR.scanRate")
|
193
193
|
|
194
194
|
def set_ocr_scan_rate(scan_rate: Optional[int]):
|
195
|
-
store.set("OCR.
|
195
|
+
store.set("OCR.scanRate", scan_rate)
|
196
196
|
|
197
197
|
# Yuzu config getters and setters
|
198
198
|
def get_yuzu_config() -> YuzuConfig:
|
@@ -2,7 +2,7 @@ GameSentenceMiner/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU
|
|
2
2
|
GameSentenceMiner/anki.py,sha256=9E9GRR2zylW3Gp4PNlwYS_Nn-mhojZkjFqfYlTazte8,14068
|
3
3
|
GameSentenceMiner/config_gui.py,sha256=-1PanqdtTKiwItxeyt0piXrWo7lGMWwrC4iSo4NiPz4,67521
|
4
4
|
GameSentenceMiner/configuration.py,sha256=TIL8yCr-FOScCA4OJt-BAtjEb50wtqFFrpmN-UlaQh4,20405
|
5
|
-
GameSentenceMiner/electron_config.py,sha256=
|
5
|
+
GameSentenceMiner/electron_config.py,sha256=dGcPYCISPehXubYSzsDuI2Gl092MYK0u3bTnkL9Jh1Y,9787
|
6
6
|
GameSentenceMiner/ffmpeg.py,sha256=iUj-1uLLJla6jjGDKuc1FbcXjMogYpoDhrQqCbQFcWA,13359
|
7
7
|
GameSentenceMiner/gametext.py,sha256=brybSe7hRy13JAUwuSs6WqOPFH6to0detbIPVhnkinA,9062
|
8
8
|
GameSentenceMiner/gsm.py,sha256=fcczDPDcC0vDLAPZtIY64mU3Di3RZjR40tuLIiwB5lE,24827
|
@@ -35,9 +35,9 @@ GameSentenceMiner/vad/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3h
|
|
35
35
|
GameSentenceMiner/vad/silero_trim.py,sha256=ULf3zwS-JMsY82cKF7gZxREHw8L6lgpWF2U1YqgE9Oc,1681
|
36
36
|
GameSentenceMiner/vad/vosk_helper.py,sha256=125X8C9NxFPlWWpoNsbOnEqKx8RCjXN109zNx_QXhyg,6070
|
37
37
|
GameSentenceMiner/vad/whisper_helper.py,sha256=JJ-iltCh813XdjyEw0Wn5DaErf6PDqfH0Efu1Md8cIY,3543
|
38
|
-
gamesentenceminer-2.7.
|
39
|
-
gamesentenceminer-2.7.
|
40
|
-
gamesentenceminer-2.7.
|
41
|
-
gamesentenceminer-2.7.
|
42
|
-
gamesentenceminer-2.7.
|
43
|
-
gamesentenceminer-2.7.
|
38
|
+
gamesentenceminer-2.7.3.dist-info/licenses/LICENSE,sha256=OXLcl0T2SZ8Pmy2_dmlvKuetivmyPd5m1q-Gyd-zaYY,35149
|
39
|
+
gamesentenceminer-2.7.3.dist-info/METADATA,sha256=18F6DexdMo-dYWQCtWl_caEy5vo2B7E5Lkfyq4JOdwA,5839
|
40
|
+
gamesentenceminer-2.7.3.dist-info/WHEEL,sha256=CmyFI0kx5cdEMTLiONQRbGQwjIoR1aIYB7eCAQ4KPJ0,91
|
41
|
+
gamesentenceminer-2.7.3.dist-info/entry_points.txt,sha256=2APEP25DbfjSxGeHtwBstMH8mulVhLkqF_b9bqzU6vQ,65
|
42
|
+
gamesentenceminer-2.7.3.dist-info/top_level.txt,sha256=V1hUY6xVSyUEohb0uDoN4UIE6rUZ_JYx8yMyPGX4PgQ,18
|
43
|
+
gamesentenceminer-2.7.3.dist-info/RECORD,,
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|