.travis.yml
CHANGELOG.rst
LICENSE
MANIFEST.in
README.rst
setup.cfg
setup.py
tox.ini
audiotsm/__init__.py
audiotsm/ola.py
audiotsm/wsola.py
audiotsm.egg-info/PKG-INFO
audiotsm.egg-info/SOURCES.txt
audiotsm.egg-info/dependency_links.txt
audiotsm.egg-info/requires.txt
audiotsm.egg-info/top_level.txt
audiotsm/base/__init__.py
audiotsm/base/analysis_synthesis.py
audiotsm/base/tsm.py
audiotsm/gstreamer/__init__.py
audiotsm/gstreamer/base.py
audiotsm/gstreamer/ola.py
audiotsm/gstreamer/wsola.py
audiotsm/io/__init__.py
audiotsm/io/array.py
audiotsm/io/base.py
audiotsm/io/stream.py
audiotsm/io/wav.py
audiotsm/utils/__init__.py
audiotsm/utils/cbuffer.py
audiotsm/utils/normalizebuffer.py
audiotsm/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
examples/audiotsmcli.py
examples/audiotsmcli_gst.py
examples/audiotsmgtk.py
examples/sine.py
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/io/test_io_array.py
tests/unit/utils/test_cbuffer.py
tests/unit/utils/test_normalizebuffer.py
tests/unit/utils/test_windows.py