.coveragerc
.gitignore
.gitmodules
.isort.cfg
.pre-commit-config.yaml
.readthedocs.yml
AUTHORS.md
LICENSE.txt
README.md
pyproject.toml
setup.cfg
setup.py
.github/workflows/ci.yaml
docs/Makefile
docs/authors.md
docs/changelog.md
docs/conf.py
docs/contributing.md
docs/index.md
docs/license.md
docs/readme.md
docs/requirements.txt
docs/_static/.gitignore
src/audiostretchy/__init__.py
src/audiostretchy/__main__.py
src/audiostretchy/stretch.py
src/audiostretchy.egg-info/PKG-INFO
src/audiostretchy.egg-info/SOURCES.txt
src/audiostretchy.egg-info/dependency_links.txt
src/audiostretchy.egg-info/entry_points.txt
src/audiostretchy.egg-info/not-zip-safe
src/audiostretchy.egg-info/requires.txt
src/audiostretchy.egg-info/top_level.txt
src/audiostretchy/interface/tdhs.py
src/audiostretchy/interface/linux/_stretch.so
src/audiostretchy/interface/mac/_stretch.dylib
src/audiostretchy/interface/win/_stretch.dll
tests/audio-1.2.mp3
tests/audio-1.2.wav
tests/audio.mp3
tests/audio.wav
tests/conftest.py