huggingface / huggingface/speechbox

[New Task] Add timestamp alignment

Open
#3 5 comments 0 reactions 0 assignees View on GitHub
New Task
Dominant language
Python
Stars
357
Forks
40
PR merge metrics
No merged PRs in 30d

Description

It would be very nice to have a simply tool to align timestamps and audio, something along the lines:

```python
from speechbox import SpeechAligner

aligner = SpeechAligner.from_pretrained(...)

aligner.align(audio=audio, transcript=transcript)
```

Contributor guide

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.