huggingface / huggingface/speechbox
[New Task] Add timestamp alignment
Open
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
Assessment
This issue has not been assessed yet.