Stable-ts

Latest version: v2.19.0

Safety actively analyzes 723607 Python packages for vulnerabilities to keep your Python projects secure.

Scan your dependencies

Page 7 of 14

2.13.0

* added `alignment.locate()` ([a777206](https://github.com/jianfch/stable-ts/commit/a777206b98f0bb19ebdf36b2e39704dceeb2c04f))
* added `utils.format_timestamp()` and `utils.make_safe()` ([a777206](https://github.com/jianfch/stable-ts/commit/a777206b98f0bb19ebdf36b2e39704dceeb2c04f))
* added `utils.safe_print()` ([a777206](https://github.com/jianfch/stable-ts/commit/a777206b98f0bb19ebdf36b2e39704dceeb2c04f))
* added `demucs`, `demucs_options`, `only_voice_freq` to `alignment.refine()` ([a777206](https://github.com/jianfch/stable-ts/commit/a777206b98f0bb19ebdf36b2e39704dceeb2c04f))
* added `to_display_str()` to `result.Segment` ([a777206](https://github.com/jianfch/stable-ts/commit/a777206b98f0bb19ebdf36b2e39704dceeb2c04f))
* added `demucs_options` to `whisper_word_level.load_faster_whisper.faster_transcribe()` ([a777206](https://github.com/jianfch/stable-ts/commit/a777206b98f0bb19ebdf36b2e39704dceeb2c04f))
* updated `--output` / `-o` ([a777206](https://github.com/jianfch/stable-ts/commit/a777206b98f0bb19ebdf36b2e39704dceeb2c04f))
* changed `audio` to always expected to be 16kHz for `torch.Tensor` or `numpy.ndarray` ([a777206](https://github.com/jianfch/stable-ts/commit/a777206b98f0bb19ebdf36b2e39704dceeb2c04f))
* fixed `alignment.align()` failing if `text` a `result.WhisperResult` without tokens ([a777206](https://github.com/jianfch/stable-ts/commit/a777206b98f0bb19ebdf36b2e39704dceeb2c04f))
* fixed `original_split=True` by replacing line breaks with space ([97a316d](https://github.com/jianfch/stable-ts/commit/97a316db54975edd7f2c180684028a03823981b7))
* fixed `result_to_ass()` failing to return to base color when using `tag` ([83ae509](https://github.com/jianfch/stable-ts/commit/83ae509e3b99051a008188c649a434b1f6fb4b96))
* improved efficiency of segment splitting for `alignment.align()` when `original_split=True` ([a777206](https://github.com/jianfch/stable-ts/commit/a777206b98f0bb19ebdf36b2e39704dceeb2c04f))
* refactored the audio preprocessing into `audio.prep_audio()` ([a777206](https://github.com/jianfch/stable-ts/commit/a777206b98f0bb19ebdf36b2e39704dceeb2c04f))
* removed `_is_whisper_repo_version` from `utils.py` ([a777206](https://github.com/jianfch/stable-ts/commit/a777206b98f0bb19ebdf36b2e39704dceeb2c04f))
* renamed `original_spit` to `original_split` for `alignment.align()` ([a777206](https://github.com/jianfch/stable-ts/commit/a777206b98f0bb19ebdf36b2e39704dceeb2c04f))
* set `action="extend"` for all CLI keyword arguments that take multiple values ([a777206](https://github.com/jianfch/stable-ts/commit/a777206b98f0bb19ebdf36b2e39704dceeb2c04f))
* changed `demucs` to also accept a Demucs model instance([a777206](https://github.com/jianfch/stable-ts/commit/a777206b98f0bb19ebdf36b2e39704dceeb2c04f))
* deprecated `time_scale`, `input_sr`, `demucs_output`, `demucs_device` ([a777206](https://github.com/jianfch/stable-ts/commit/a777206b98f0bb19ebdf36b2e39704dceeb2c04f))
* updated docstrings ([a777206](https://github.com/jianfch/stable-ts/commit/a777206b98f0bb19ebdf36b2e39704dceeb2c04f))

2.12.3

* updated `alignment.align()` to raise warning on failure ([b9ac041](https://github.com/jianfch/stable-ts/commit/b9ac0415838aedc6db8c8cf4402af8592f009a8a))
* changed `language` into a required parameter ([b9ac041](https://github.com/jianfch/stable-ts/commit/b9ac0415838aedc6db8c8cf4402af8592f009a8a))
* fixed `alignment.align()` endlessly looping ([b9ac041](https://github.com/jianfch/stable-ts/commit/b9ac0415838aedc6db8c8cf4402af8592f009a8a))

2.12.2

* added `original_spit` to `alignment.align()` ([45bd3bc](https://github.com/jianfch/stable-ts/commit/45bd3bcc16991cb9ef8232e05198c878f8b07ec9))
* ignore `DecodingOptions` for alignment ([1fb3009](https://github.com/jianfch/stable-ts/commit/1fb30099642c15912bbd43affdfdfc8af630703b))

2.12.1

* changed `abs_dur_change` default to `None` ([dd1452e](https://github.com/jianfch/stable-ts/commit/dd1452ed159ea71e3c703ad077f987fefebd26c0))
* changed `abs_prob_decrease` default to `0.5` ([dd1452e](https://github.com/jianfch/stable-ts/commit/dd1452ed159ea71e3c703ad077f987fefebd26c0))
* changed `alignment.refine()` allow durations to increase ([dd1452e](https://github.com/jianfch/stable-ts/commit/dd1452ed159ea71e3c703ad077f987fefebd26c0))
* changed `rel_prob_decrease` default to `0.3` ([dd1452e](https://github.com/jianfch/stable-ts/commit/dd1452ed159ea71e3c703ad077f987fefebd26c0))
* changed `rel_rel_prob_decrease` to optional ([dd1452e](https://github.com/jianfch/stable-ts/commit/dd1452ed159ea71e3c703ad077f987fefebd26c0))
* changed the usage of original probability in `alignment.refine()` ([dd1452e](https://github.com/jianfch/stable-ts/commit/dd1452ed159ea71e3c703ad077f987fefebd26c0))
* fixed CLI not using `decode_options` ([9aba3dc](https://github.com/jianfch/stable-ts/commit/9aba3dc6655743e051479c479809020fdadf95fe))
* fixed `adjust_by_silence()` throwing `TypeError` ([92d51b9](https://github.com/jianfch/stable-ts/commit/92d51b900f246fb50e1e7be7610b755605cef872))
* updated `README.md` [3643092](https://github.com/jianfch/stable-ts/commit/3643092fcc6993d73b752ad0d246ef454608eeb5))

2.12.0

* added `--align` to CLI ([c90ff06](https://github.com/jianfch/stable-ts/commit/c90ff06bc55694034994010e05b5fc2f50070b03))
* added `alignment.refine()` for refining timestamps ([138cb6b](https://github.com/jianfch/stable-ts/commit/138cb6b8ca69835ec2b02aa66935579713a4667e))
* added `--refine` and `--refine_option` to CLI ([138cb6b](https://github.com/jianfch/stable-ts/commit/138cb6b8ca69835ec2b02aa66935579713a4667e))
* added `segment_id` and `id` to `result.WordTiming` ([138cb6b](https://github.com/jianfch/stable-ts/commit/138cb6b8ca69835ec2b02aa66935579713a4667e))
* added description to transcription progress bar ([138cb6b](https://github.com/jianfch/stable-ts/commit/138cb6b8ca69835ec2b02aa66935579713a4667e))
* fixed `align()` not working when `text` is a `result.WhisperResult` ([138cb6b](https://github.com/jianfch/stable-ts/commit/138cb6b8ca69835ec2b02aa66935579713a4667e))
* fixed `transcribe()` throwing error if `suppress_silence=False` ([138cb6b](https://github.com/jianfch/stable-ts/commit/138cb6b8ca69835ec2b02aa66935579713a4667e))
* updated `README.md` ([c90ff06](https://github.com/jianfch/stable-ts/commit/c90ff06bc55694034994010e05b5fc2f50070b03))

2.11.7

* fixed `--debug` not showing the first option ([857df9a](https://github.com/jianfch/stable-ts/commit/857df9a0f2756ee99a7eaeeee2610d245bd1c3c5))
* fixed `demucs` and `only_voice_freq` for `transcribe_stable()` ([7f62a9d](https://github.com/jianfch/stable-ts/commit/7f62a9db98db5c63d93daa3397fed900f59b0596))
* fixed `demucs` for `transcribe_minimal()` ([857df9a](https://github.com/jianfch/stable-ts/commit/857df9a0f2756ee99a7eaeeee2610d245bd1c3c5))
* fixed `only_voice_freq` for `transcribe_minimal()` ([7f62a9d](https://github.com/jianfch/stable-ts/commit/7f62a9db98db5c63d93daa3397fed900f59b0596))
* fixed progress bar for faster-whisper ([7f62a9d](https://github.com/jianfch/stable-ts/commit/7f62a9db98db5c63d93daa3397fed900f59b0596))
* updated `transcribe_minimal()` to accept more options ([857df9a](https://github.com/jianfch/stable-ts/commit/857df9a0f2756ee99a7eaeeee2610d245bd1c3c5))
* updated `transcribe_stable()` for faster-whisper models to accept more options ([7f62a9d](https://github.com/jianfch/stable-ts/commit/7f62a9db98db5c63d93daa3397fed900f59b0596))

Page 7 of 14

© 2025 Safety CLI Cybersecurity Inc. All Rights Reserved.