frafra / syemte

Simple (yet effective) multitrack editor (?) using rubberband (pitch-shifting) + pydub

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Introduction

syemte is a simple (yet effective) multitrack editor using rubberband (pitch-shifting) + pydub.

Dependencies

$ python3 -m venv venv
$ source venv/bin/activate
$ pip install -r requirements.txt

Demo

$ ./syemte/sampler.py
$ for i in ./example/track*.py; do "$i"; done
$ ./example/merge.py

About

Simple (yet effective) multitrack editor (?) using rubberband (pitch-shifting) + pydub

License:GNU General Public License v3.0


Languages

Language:Python 100.0%