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 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/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. |