.coveragerc
.gitignore
.isort.cfg
.pre-commit-config.yaml
.releaserc.json
AUTHORS.rst
CHANGELOG.rst
LICENSE.txt
README.md
codecov.yml
mkdocs.yml
setup.cfg
setup.py
.github/workflows/create-release.yml
.github/workflows/publish-python.yml
.github/workflows/python-build-test.yml
.github/workflows/trigger-docs.yml
docs/ESC50: Environmental Sound Classification.ipynb
docs/Introduction to Audio.ipynb
docs/Introduction to Fastaudio.ipynb
docs/Learning resources.md
docs/index.md
docs/API_Reference/augment.preprocess.md
docs/API_Reference/augment.signal.md
docs/API_Reference/augment.spectrogram.md
docs/API_Reference/core.config.md
docs/API_Reference/core.signal.md
docs/API_Reference/core.spectrogram.md
docs/css/custom.css
src/fastaudio/__init__.py
src/fastaudio/all.py
src/fastaudio/ci.py
src/fastaudio/util.py
src/fastaudio.egg-info/PKG-INFO
src/fastaudio.egg-info/SOURCES.txt
src/fastaudio.egg-info/dependency_links.txt
src/fastaudio.egg-info/not-zip-safe
src/fastaudio.egg-info/requires.txt
src/fastaudio.egg-info/top_level.txt
src/fastaudio/augment/__init__.py
src/fastaudio/augment/all.py
src/fastaudio/augment/functional.py
src/fastaudio/augment/preprocess.py
src/fastaudio/augment/signal.py
src/fastaudio/augment/spectrogram.py
src/fastaudio/core/__init__.py
src/fastaudio/core/all.py
src/fastaudio/core/config.py
src/fastaudio/core/signal.py
src/fastaudio/core/spectrogram.py
tests/conftest.py
tests/test_augment.py
tests/test_config.py
tests/test_core.py
tests/test_functional.py
tests/test_import_lib.py
tests/test_kwargs.py
tests/test_run_notebooks.py
tests/test_signal_augment.py
tests/test_spectrogram_augment.py
tests/test_util.py
tests/test_warnings.py