Neural Sampler for mixing two sounds together. Watch video demo
Download repo and then install requirements:
pip install -r requirements.txt
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.
This project uses RAVE model (trained on NSynth dataset). Check out RAVE
This project uses files from NSynth dataset as an example. Check out NSynth