Git Product home page Git Product logo

caesynth's Introduction

CAESynth: Real-Time Timbre Intepolation and Pitch Control with Conditional Autoencoders

This is the original python implementation of the CAESynth paper, presented at the IEEE International Workshop on Machine Learning for Signal Processing MLSP 2021. Please cite our work!.

@INPROCEEDINGS{9596414,
  author={Puche, Aaron Valero and Lee, Sukhan},
  booktitle={2021 IEEE 31st International Workshop on Machine Learning for Signal Processing (MLSP)}, 
  title={Caesynth: Real-Time Timbre Interpolation and Pitch Control with Conditional Autoencoders}, 
  year={2021}, volume={}, number={}, pages={1-6},
  doi={10.1109/MLSP52302.2021.9596414}}

Dependencies

The necessary python libraries to run our experience can be directly downloaded executing the following command:

pip install -r requirements.txt

Datasets

Both NSynth and FreeSoundDataset50k can be downloaded at the provided links. The datasets should be stored in the ./data/ directory.

Training

In this implementation, we opt for summarizing the training configuration with external json files located in the ./option/ directory. Customize your own configuration file following similar structure to the already existing examples. Once the configuration file is ready, start the training with the following command.

python train.py --opt_file "./options/config_file_name.json"

caesynth's People

Contributors

aavache avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar

Watchers

 avatar

Forkers

dhockaday

caesynth's Issues

KeyError: 'family_source_id'

Hello,

Thank you for sharing your work and for your clear presentation!

I came across an issue in line 238 ( and wherever 'family_source_id' is used as a key ):
KeyError: 'family_source_id'

Indeed, in the nsynth dataset default json metadata files there is not entry with 'family_source_id'. I undestand that this has to do with the timbre class. Did you maybe mean 'instrument_family' or 'instrument_source' or did you modify the metadata to include some additional entries? Also encountered something similar with key 'stage' in line 184 and modified the metadata myself to include e.g. stage: train.

Thanks again!
Mary

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.