GithubHelp home page GithubHelp logo

djmix-dataset's Introduction

The DJ Mix Dataset

The DJ Mix dataset contains metadata of DJ mixes played by human DJs and played tracks in the mixes.

If you only want to get the metadata, check here.

Installation instructions

Tested on Python 3.9.

Install FFmpeg

# For Debian/Ubuntu:
sudo apt-get install ffmpeg

# For OSX:
brew install ffmpeg

Install the Package

pip install -U pip
pip install numpy cython  # should be installed beforehand for madmom
pip install djmix

Downloading audio files

In Python console:

import djmix as dj

# To download all mix and track audio files:
dj.download()

# To download a specific mix and played tracks in the mix:
dj.mixes[1234].download()

# To download a track:
dj.tracks['Uow3dMA5m14'].download()

By default, it creates djmix directory at your home directory (i.e. ~/djmix) and download audio files there. If you want to change the directory:

dj.set_root('~/my/custom/path/to/data/dir')

It will save a configuration file at ~/djmix.ini.

Tutorial

Please check this tutorial jupyter note.

Citing

If you want to cite this dataset, please cite the paper below which introduced this dataset:

@inproceedings{taejun2022djmix,
  title={Joint Estimation of Fader and Equalizer Gains of DJ Mixers using Convex Optimization},
  author={Kim, Taejun and Yang, Yi-Hsuan and Nam, Juhan},
  booktitle={International Conference on Digital Audio Effects ({DAFx})},
  pages={312--319},
  year={2022}
}

djmix-dataset's People

Contributors

tae-jun 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.