Coder Social home page Coder Social logo

shansiliu95 / diff-wave-synth Goto Github PK

View Code? Open in Web Editor NEW

This project forked from gudgud96/diff-wave-synth

0.0 1.0 0.0 5.71 MB

Unofficial PyTorch implementation of Differentiable Wavetable Synthesis by Shan et al., ICASSP 2022.

Python 100.00%

diff-wave-synth's Introduction

Differentiable Wavetable Synthesis

Unofficial PyTorch implementation of Differentiable Wavetable Synthesis by Shan et al.

Pretrained checkpoints to be added.

Dataset

Download the full NSynth dataset and filter the subset following the filtering logic stated here.

// Download the full dataset as instructed. The file structure should look like:

// nsynth
// |-- nsynth-train
//    |-- audio
//        |-- xxxx.wav
//        |-- ...
//    |-- examples.json
// |-- nsynth-valid     // same for validation set
// |-- nsynth-test      // same for test set


// Then run the script below to generate the filtered subsets
python nsynth_subset.py

The subsets files keys_xxx.txt are already used in my dataloader script.

Alternatively, you can directly head to this link to get the subset, but you might need slight changes on the dataloader.

Train and Test

Configure config.yaml and run python train.py should work.

train_local.py is added to validate the training and implementation on just one example.

Results

Partial results in test_audio, to be updated.

Trumpet:

Flute:

Acknowledgement

Most of the DDSP code is adapted from the DDSP PyTorch implementation by @acids_ircam.

diff-wave-synth's People

Contributors

gudgud96 avatar

Watchers

James Cloos avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.