Sound analysis/synthesis tools for music applications
Sound analysis/synthesis tools for music applications written in python.
The package includes the following sound analysis/synthesis models:
Install using pip:
pip install sms-tools
Binary packages are available for Linux, macOS (Intel & Apple Silicon) and Windows (64 bit) on all recent python versions.
To build and install the package locally you can use the python packaging tools:
pip install build
python -m build
We provide a separate repository of examples and teaching materials in the form of Jupyter notebooks.
You can find them at https://github.com/MTG/sms-tools-materials
sms-tools is made available under the terms of the Affero GPL license (http://www.gnu.org/licenses/agpl-3.0.en.html).