Skip to content

Instantly share code, notes, and snippets.

View migperfer's full-sized avatar
🐢
Hey! How are you?

Miguel Pérez migperfer

🐢
Hey! How are you?
  • Ph.D. Student at Pompeu Fabra University
  • Munich
View GitHub Profile
@migperfer
migperfer / data-sets.md
Last active February 5, 2021 14:46 — forked from alexanderlerch/data-sets.md
list of MIR datasets
dataset meta data contents with audio
200DrumMachines 7371 one-shots yes
ACM_MIRUM tempo 1410 excerpts (60s) yes
AcousticBrainz-Genre 15-31 genres with 265-745 subgenres audio features for over 2000000 songs no
ADC2004 predominant pitch 20 excerpts yes
AED 28 event classes 5223 audio snippets yes
@migperfer
migperfer / load_audacity.py
Created January 15, 2020 23:11
Load song into audacity using python
#!/usr/bin/env python
# -*- coding: utf-8 -*-
"""Tests the audacity pipe.
Keep pipe_test.py short!!
You can make more complicated longer tests to test other functionality
or to generate screenshots etc in other scripts.
Make sure Audacity is running first and that mod-script-pipe is enabled
before running this script.
Requires Python 2.7 or later. Python 3 is strongly recommended.