* 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))