s2t 0.1.8__py3-none-any.whl → 0.1.9__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 CHANGED
@@ -446,7 +446,7 @@ def main(argv: list[str] | None = None) -> int:
446
446
  parser.add_argument(
447
447
  "--silence-sec",
448
448
  type=float,
449
- default=1.0,
449
+ default=2.0,
450
450
  help="Auto-split when continuous silence >= this many seconds (0 disables)",
451
451
  )
452
452
  parser.add_argument(
@@ -1,15 +1,16 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: s2t
3
- Version: 0.1.8
3
+ Version: 0.1.9
4
4
  Summary: Speech to Text (s2t): Record audio, run Whisper, export formats, and copy transcript to clipboard.
5
5
  Author: Maintainers
6
6
  License-Expression: LicenseRef-Proprietary
7
7
  Classifier: Programming Language :: Python :: 3
8
8
  Classifier: Programming Language :: Python :: 3 :: Only
9
9
  Classifier: Programming Language :: Python :: 3.11
10
+ Classifier: Programming Language :: Python :: 3.12
10
11
  Classifier: Environment :: Console
11
12
  Classifier: Operating System :: OS Independent
12
- Requires-Python: >=3.11
13
+ Requires-Python: <3.13,>=3.11
13
14
  Description-Content-Type: text/markdown
14
15
  Requires-Dist: sounddevice>=0.4.6
15
16
  Requires-Dist: soundfile>=0.12.1
@@ -36,7 +37,7 @@ Record audio from your microphone, run Whisper to transcribe it, export common f
36
37
  - Editable: `pip install -e .`
37
38
  - Standard: `pip install .`
38
39
 
39
- Requirements: Python 3.11+. No mandatory external binaries. ffmpeg is optional (only for MP3 encoding/decoding).
40
+ Requirements: Python 3.11–3.12. No mandatory external binaries. ffmpeg is optional (only for MP3 encoding/decoding).
40
41
 
41
42
  System requirements (Linux)
42
43
  - Some environments need system libraries for audio I/O:
@@ -91,5 +92,5 @@ Notes on models
91
92
  - The name `turbo` refers to OpenAI’s hosted model family and is not provided by the local `whisper` CLI. If you pass `-m turbo`, the command may fail; choose a supported local model instead.
92
93
 
93
94
  ## Development & Release
94
- - Für Entwickler-Setup und Beitragshinweise siehe `CONTRIBUTING.md`.
95
- - Für den Release-Prozess siehe `docs/RELEASING.md`.
95
+ - For developer setup and contribution guidelines, see `CONTRIBUTING.md`.
96
+ - For the release process, see `docs/RELEASING.md`.
@@ -1,5 +1,5 @@
1
1
  s2t/__init__.py,sha256=wV4E9i-7KrUn1dOtLUQB3ZGEKx9gRWH3hPHlpw-ZdWc,332
2
- s2t/cli.py,sha256=p6lvizzW1T1Y-_ykJ8FdPaBVvZS_no7OgRv4gWlZ95s,20572
2
+ s2t/cli.py,sha256=W-QyO8NhzslwK8cyodKyg9crXeffD1IlblcIGGqZt7Q,20572
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=YU6YhiuONmqhrKte4DY5tiC5PP-yFExJMMBzFUiA8qA,3416
9
9
  s2t/whisper_engine.py,sha256=x-V7ST9e3JnwMWdbMh4C7dHjA420jaOtXH2-igeh7vc,6492
10
10
  s2t/translator/__init__.py,sha256=K-MKves7kZ4-62POfrmWeOcBaTjsTzeFSu8QNHqYuus,239
11
11
  s2t/translator/argos_backend.py,sha256=VW_OYFFBuNZgcWM-fbvR6XGokuxS2fptkCMFIO9MD1I,19068
12
- s2t-0.1.8.dist-info/METADATA,sha256=nWWknxaQYnUNkLMhFj7czAcGNnva7OcGX4iwNKB9cmY,5409
13
- s2t-0.1.8.dist-info/WHEEL,sha256=_zCd3N1l69ArxyTb8rzEoP9TpbYXkqRFSNOD5OuxnTs,91
14
- s2t-0.1.8.dist-info/entry_points.txt,sha256=JISIUlZAJ3DX1dB6zT3X_E3vcXI-eWEQKwHiT35fPKs,37
15
- s2t-0.1.8.dist-info/top_level.txt,sha256=o8N0JcuHdIrfX3iGHvntHiDC2XgN7__joyNu08ZOh0s,4
16
- s2t-0.1.8.dist-info/RECORD,,
12
+ s2t-0.1.9.dist-info/METADATA,sha256=eY-j5C7WKtOhnxdKsFNEFU6MiT5G1cXJQpMroKAsIi8,5474
13
+ s2t-0.1.9.dist-info/WHEEL,sha256=_zCd3N1l69ArxyTb8rzEoP9TpbYXkqRFSNOD5OuxnTs,91
14
+ s2t-0.1.9.dist-info/entry_points.txt,sha256=JISIUlZAJ3DX1dB6zT3X_E3vcXI-eWEQKwHiT35fPKs,37
15
+ s2t-0.1.9.dist-info/top_level.txt,sha256=o8N0JcuHdIrfX3iGHvntHiDC2XgN7__joyNu08ZOh0s,4
16
+ s2t-0.1.9.dist-info/RECORD,,
File without changes