twardoch / audiostretchy

AudioStretchy is a Python wrapper around the `audio-stretch` C library, which performs fast, high-quality time-stretching of WAV/MP3 files without changing their pitch. Works well for speech, can time-stretch silence separately.
https://pypi.org/project/audiostretchy/
BSD 3-Clause "New" or "Revised" License
35 stars 2 forks source link

Create py.typed #10

Closed pufferfish101007 closed 2 months ago

pufferfish101007 commented 5 months ago

Allows type checkers such as mypy to type check as a 3rd party library