Metadata-Version: 2.4
Name: espnet-ctc-segmentation
Version: 1.7.4.post1
Summary: CTC segmentation to align utterances within large audio files (ESPnet fork).
Home-page: https://github.com/lumaku/ctc-segmentation
Author: Ludwig Kuerzinger <ludwig.kuerzinger@tum.de>, Dominik Winkelbauer <dominik.winkelbauer@tum.de>
Maintainer: ESPnet Developers
Project-URL: Original project, https://github.com/lumaku/ctc-segmentation
Project-URL: Source (this fork), https://github.com/espnet/ctc-segmentation
Project-URL: Fork notice, https://github.com/espnet/ctc-segmentation/blob/master/FORK_NOTICE.md
Requires-Python: >=3.9
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: setuptools
Requires-Dist: numpy
Requires-Dist: Cython
Dynamic: author
Dynamic: description
Dynamic: description-content-type
Dynamic: home-page
Dynamic: license-file
Dynamic: maintainer
Dynamic: project-url
Dynamic: requires-dist
Dynamic: requires-python
Dynamic: summary


# CTC segmentation

**This is an unofficial republication of
[lumaku/ctc-segmentation](https://github.com/lumaku/ctc-segmentation) maintained
by the ESPnet project. It is not affiliated with, nor endorsed by, the original
authors.** It exists only because upstream's released 1.7.4 builds against the
NumPy 1.x ABI and so fails to import under NumPy 2 - a problem upstream has
already fixed on `master` but has not released. The import name is unchanged.
See [FORK_NOTICE.md](https://github.com/espnet/ctc-segmentation/blob/master/FORK_NOTICE.md).

CTC segmentation is used to align utterances within audio files.
It can be combined with CTC-based ASR models.
This package includes the core functions.
