descriptinc / audiotools

Object-oriented handling of audio data, with GPU-powered augmentations, and more.
https://descriptinc.github.io/audiotools/
MIT License
233 stars 39 forks source link

Ignore start_pts only for mp3 files #104

Closed anjoola closed 9 months ago

anjoola commented 9 months ago

From the Linear ticket, it looks like we only should be ignoring start_pts < 0.027 for mp3 files. So let's check for that first

linear[bot] commented 9 months ago

ED-19914 Studio sound is ignoring start_pts < 0.027 seconds

iyaja commented 9 months ago

For lining, looks like the version of black and reorder-python-imports in the container are incompatible: https://github.com/psf/black/issues/4175