.readthedocs.yml
.travis.yml
LICENSE
MANIFEST.in
README.rst
setup.py
tox.ini
audiotsm2/__init__.py
audiotsm2/ola.py
audiotsm2/phasevocoder.py
audiotsm2/wsola.py
audiotsm2.egg-info/PKG-INFO
audiotsm2.egg-info/SOURCES.txt
audiotsm2.egg-info/dependency_links.txt
audiotsm2.egg-info/requires.txt
audiotsm2.egg-info/top_level.txt
audiotsm2/base/__init__.py
audiotsm2/base/analysis_synthesis.py
audiotsm2/base/tsm.py
audiotsm2/gstreamer/__init__.py
audiotsm2/gstreamer/base.py
audiotsm2/gstreamer/ola.py
audiotsm2/gstreamer/phasevocoder.py
audiotsm2/gstreamer/wsola.py
audiotsm2/io/__init__.py
audiotsm2/io/array.py
audiotsm2/io/base.py
audiotsm2/io/stream.py
audiotsm2/io/wav.py
audiotsm2/utils/__init__.py
audiotsm2/utils/cbuffer.py
audiotsm2/utils/normalizebuffer.py
audiotsm2/utils/windows.py
docs/ghpages/generate.py
docs/ghpages/requirements.txt
docs/ghpages/assets/images/download.svg
docs/ghpages/assets/images/github.svg
docs/ghpages/assets/images/play.svg
docs/ghpages/assets/js/examples.js
docs/ghpages/scss/_style.scss
docs/ghpages/scss/audiotsm.scss
docs/ghpages/scss/spectre/README.rst
docs/ghpages/scss/spectre/_base.scss
docs/ghpages/scss/spectre/_buttons.scss
docs/ghpages/scss/spectre/_mixins.scss
docs/ghpages/scss/spectre/_navbar.scss
docs/ghpages/scss/spectre/_normalize.scss
docs/ghpages/scss/spectre/_tables.scss
docs/ghpages/scss/spectre/_typography.scss
docs/ghpages/scss/spectre/_variables.scss
docs/ghpages/scss/spectre/utilities/_position.scss
docs/ghpages/scss/spectre/utilities/_text.scss
docs/ghpages/templates/index.html
docs/sphinx/Makefile
docs/sphinx/conf.py
docs/sphinx/gstreamer.rst
docs/sphinx/index.rst
docs/sphinx/internalapi.rst
docs/sphinx/io.rst
docs/sphinx/make.bat
docs/sphinx/requirements.txt
docs/sphinx/toc.rst
docs/sphinx/tsm.rst
tests/pylintrc
tests/requirements-lint.txt
tests/requirements.txt
tests/integration/conftest.py
tests/integration/test_data.py
tests/integration/data/README.rst
tests/integration/data/beethoven/MoonlightSonata.wav
tests/integration/data/brad-sucks/DroppingOutOfSchool.wav
tests/integration/data/brad-sucks/TheresSomethingWrong.wav
tests/integration/data/tsmtoolbox/Bongo.wav
tests/integration/data/tsmtoolbox/CastanetsViolin.wav
tests/integration/data/tsmtoolbox/DrumSolo.wav
tests/integration/data/tsmtoolbox/Glockenspiel.wav
tests/integration/data/tsmtoolbox/Jazz.wav
tests/integration/data/tsmtoolbox/Pop.wav
tests/integration/data/tsmtoolbox/SingingVoice.wav
tests/integration/data/tsmtoolbox/Stepdad.wav
tests/integration/data/tsmtoolbox/SynthMono.wav
tests/integration/data/tsmtoolbox/SynthPoly.wav
tests/unit/test_phasevocoder.py
tests/unit/io/test_io_array.py
tests/unit/utils/test_cbuffer.py
tests/unit/utils/test_normalizebuffer.py
tests/unit/utils/test_windows.py