/L-SAMPLER

Neural Sampler for mixing two sounds together.

Primary LanguagePython

L+SAMPLER

Neural Sampler for mixing two sounds together. Watch video demo

Installation

Download repo and then install requirements:

pip install -r requirements.txt

Usage

Run app.py with:

python3 app.py

You can: select two samples, preview a sample by clicking on it's name, press generate button to generate a new sample, press random button to sample random sound, preview generated sample by pressing on piano roll using keyboard or mouse, export your file by pressing export button

You can add your own samples in /samples directory.

RAVE

This project uses RAVE model (trained on NSynth dataset). Check out RAVE

NSynth

This project uses files from NSynth dataset as an example. Check out NSynth