GameSentenceMiner 2.9.19__py3-none-any.whl → 2.9.21__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/web/service.py +1 -1
- {gamesentenceminer-2.9.19.dist-info → gamesentenceminer-2.9.21.dist-info}/METADATA +1 -1
- {gamesentenceminer-2.9.19.dist-info → gamesentenceminer-2.9.21.dist-info}/RECORD +7 -7
- {gamesentenceminer-2.9.19.dist-info → gamesentenceminer-2.9.21.dist-info}/WHEEL +0 -0
- {gamesentenceminer-2.9.19.dist-info → gamesentenceminer-2.9.21.dist-info}/entry_points.txt +0 -0
- {gamesentenceminer-2.9.19.dist-info → gamesentenceminer-2.9.21.dist-info}/licenses/LICENSE +0 -0
- {gamesentenceminer-2.9.19.dist-info → gamesentenceminer-2.9.21.dist-info}/top_level.txt +0 -0
GameSentenceMiner/web/service.py
CHANGED
@@ -3,7 +3,6 @@ import shutil
|
|
3
3
|
import subprocess
|
4
4
|
import threading
|
5
5
|
|
6
|
-
import simpleaudio as sa
|
7
6
|
|
8
7
|
from GameSentenceMiner import anki
|
9
8
|
from GameSentenceMiner.util import ffmpeg, notification
|
@@ -38,6 +37,7 @@ def handle_texthooker_button(video_path='', get_audio_from_video=None):
|
|
38
37
|
gsm_state.previous_audio = new_video_path
|
39
38
|
gsm_state.previous_replay = new_video_path
|
40
39
|
else:
|
40
|
+
import simpleaudio as sa
|
41
41
|
audio = get_audio_from_video(line, line.next.time if line.next else None, video_path,
|
42
42
|
temporary=True)
|
43
43
|
wave_obj = sa.WaveObject.from_wave_file(audio)
|
@@ -46,7 +46,7 @@ GameSentenceMiner/util/downloader/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeR
|
|
46
46
|
GameSentenceMiner/util/downloader/download_tools.py,sha256=mvnOjDHFlV1AbjHaNI7mdnC5_CH5k3N4n1ezqzzbzGA,8139
|
47
47
|
GameSentenceMiner/util/downloader/oneocr_dl.py,sha256=o3ANp5IodEQoQ8GPcJdg9Y8JzA_lictwnebFPwwUZVk,10144
|
48
48
|
GameSentenceMiner/web/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
49
|
-
GameSentenceMiner/web/service.py,sha256=
|
49
|
+
GameSentenceMiner/web/service.py,sha256=1m27LxMHbR-9H6VM7uBoWdvhUafefyYoRXqZHCOZ53A,5674
|
50
50
|
GameSentenceMiner/web/texthooking_page.py,sha256=v4fh79uAO9jM-ZKoLAlLOBaMTn02GfNGAOuxZUXfs-k,15536
|
51
51
|
GameSentenceMiner/web/static/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
52
52
|
GameSentenceMiner/web/static/apple-touch-icon.png,sha256=OcMI8af_68DA_tweOsQ5LytTyMwm7-hPW07IfrOVgEs,46132
|
@@ -61,9 +61,9 @@ GameSentenceMiner/web/templates/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm
|
|
61
61
|
GameSentenceMiner/web/templates/index.html,sha256=HZKiIjiGJV8PGQ9T2aLDUNSfJn71qOwbYCjbRuSIjpY,213583
|
62
62
|
GameSentenceMiner/web/templates/text_replacements.html,sha256=tV5c8mCaWSt_vKuUpbdbLAzXZ3ATZeDvQ9PnnAfqY0M,8598
|
63
63
|
GameSentenceMiner/web/templates/utility.html,sha256=3flZinKNqUJ7pvrZk6xu__v67z44rXnaK7UTZ303R-8,16946
|
64
|
-
gamesentenceminer-2.9.
|
65
|
-
gamesentenceminer-2.9.
|
66
|
-
gamesentenceminer-2.9.
|
67
|
-
gamesentenceminer-2.9.
|
68
|
-
gamesentenceminer-2.9.
|
69
|
-
gamesentenceminer-2.9.
|
64
|
+
gamesentenceminer-2.9.21.dist-info/licenses/LICENSE,sha256=OXLcl0T2SZ8Pmy2_dmlvKuetivmyPd5m1q-Gyd-zaYY,35149
|
65
|
+
gamesentenceminer-2.9.21.dist-info/METADATA,sha256=s-4WEdps5ylXzf2rhLqssIYLPjOmVjZSuXcUff99LM0,7276
|
66
|
+
gamesentenceminer-2.9.21.dist-info/WHEEL,sha256=_zCd3N1l69ArxyTb8rzEoP9TpbYXkqRFSNOD5OuxnTs,91
|
67
|
+
gamesentenceminer-2.9.21.dist-info/entry_points.txt,sha256=2APEP25DbfjSxGeHtwBstMH8mulVhLkqF_b9bqzU6vQ,65
|
68
|
+
gamesentenceminer-2.9.21.dist-info/top_level.txt,sha256=V1hUY6xVSyUEohb0uDoN4UIE6rUZ_JYx8yMyPGX4PgQ,18
|
69
|
+
gamesentenceminer-2.9.21.dist-info/RECORD,,
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|