s2t 0.1.11__py3-none-any.whl → 0.1.12__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.
- s2t/cli.py +5 -0
- {s2t-0.1.11.dist-info → s2t-0.1.12.dist-info}/METADATA +1 -1
- {s2t-0.1.11.dist-info → s2t-0.1.12.dist-info}/RECORD +6 -6
- {s2t-0.1.11.dist-info → s2t-0.1.12.dist-info}/WHEEL +0 -0
- {s2t-0.1.11.dist-info → s2t-0.1.12.dist-info}/entry_points.txt +0 -0
- {s2t-0.1.11.dist-info → s2t-0.1.12.dist-info}/top_level.txt +0 -0
s2t/cli.py
CHANGED
@@ -298,6 +298,11 @@ def run_session(opts: SessionOptions) -> int:
|
|
298
298
|
merged: TranscriptionResult = engine.merge_results(results, chunk_offsets, cumulative_text)
|
299
299
|
base_audio_path = session_dir / f"recording{ext}"
|
300
300
|
txt_path = write_final_outputs(merged, session_dir, base_audio_path)
|
301
|
+
# Ensure Recording.txt exactly mirrors the clipboard text (including blank lines)
|
302
|
+
try:
|
303
|
+
txt_path.write_text(cumulative_text, encoding="utf-8")
|
304
|
+
except Exception:
|
305
|
+
pass
|
301
306
|
|
302
307
|
try:
|
303
308
|
if chunk_paths:
|
@@ -1,5 +1,5 @@
|
|
1
1
|
s2t/__init__.py,sha256=wV4E9i-7KrUn1dOtLUQB3ZGEKx9gRWH3hPHlpw-ZdWc,332
|
2
|
-
s2t/cli.py,sha256=
|
2
|
+
s2t/cli.py,sha256=rcrJ1KWwzrpob0dBWWOJCYH2KBfCUpKD0Is_3f-LzqU,24452
|
3
3
|
s2t/config.py,sha256=uw4CZSSXmUvnlOrqBGR1Rcq-WdXucHj3KICRcCb_pkU,485
|
4
4
|
s2t/outputs.py,sha256=Lo8VcARZ7QPuuQQNu8myD5J4c4NO1Rs0L1DLnzLe9tM,1546
|
5
5
|
s2t/py.typed,sha256=AbpHGcgLb-kRsJGnwFEktk7uzpZOCcBY74-YBdrKVGs,1
|
@@ -9,8 +9,8 @@ s2t/utils.py,sha256=p7klapPW3Multxk261NlPtEpnEi3kpiTSHBPBTv4XC0,4059
|
|
9
9
|
s2t/whisper_engine.py,sha256=T4HYmr1czwj78LsUdgRGWEBCfaghvHVqplQDaQDaR4o,10373
|
10
10
|
s2t/translator/__init__.py,sha256=K-MKves7kZ4-62POfrmWeOcBaTjsTzeFSu8QNHqYuus,239
|
11
11
|
s2t/translator/argos_backend.py,sha256=hXzQ8ZgJJOcUhcTJdTdVw1lSzptl8FXtfYr5PyOxKkg,19096
|
12
|
-
s2t-0.1.
|
13
|
-
s2t-0.1.
|
14
|
-
s2t-0.1.
|
15
|
-
s2t-0.1.
|
16
|
-
s2t-0.1.
|
12
|
+
s2t-0.1.12.dist-info/METADATA,sha256=SQ3kqXvmdVmx5SQ1Owmo_moYV4dCs9J8PKBDureJ5Sw,5475
|
13
|
+
s2t-0.1.12.dist-info/WHEEL,sha256=_zCd3N1l69ArxyTb8rzEoP9TpbYXkqRFSNOD5OuxnTs,91
|
14
|
+
s2t-0.1.12.dist-info/entry_points.txt,sha256=JISIUlZAJ3DX1dB6zT3X_E3vcXI-eWEQKwHiT35fPKs,37
|
15
|
+
s2t-0.1.12.dist-info/top_level.txt,sha256=o8N0JcuHdIrfX3iGHvntHiDC2XgN7__joyNu08ZOh0s,4
|
16
|
+
s2t-0.1.12.dist-info/RECORD,,
|
File without changes
|
File without changes
|
File without changes
|