juanmc2005 / diart

A python package to build AI-powered real-time audio applications
https://diart.readthedocs.io
MIT License
1.09k stars 91 forks source link

Shift pipeline timestamps #138

Closed juanmc2005 closed 1 year ago

juanmc2005 commented 1 year ago

If left padding is added to a file (e.g. because it is too short), then the annotations produced by the pipeline will be shifted right by the padding. This PR fixes this problem.

Changelog