|
|
Line 1: |
Line 1: |
− | ==System Specs==
| |
− | '''Input''': Call to individual .wav or .mid files, or an ASCII file list of all files (with full paths).
| |
| | | |
− | '''Ground-truth''': One ground-truth file per .wav file, in ASCII tab delimited format:
| |
− | <pitch (e.g. Ab, A, A#, Bb, B ΓǪ, G#>\t< major or minor>\n
| |
− | where the < and > characters are not included and \t denotes a tab and \n denotes a new line.
| |
− |
| |
− | Note: The framework is aware of the equivalence of certain notes and will handle the mapping internally.
| |
− |
| |
− | '''Output''': One output file per .wav file, in ASCII tab delimited format:
| |
− | <pitch (e.g. Ab, A, A#, Bb, B ΓǪ, G#>\t< major or minor>\n
| |
− |
| |
− | '''Audio''': (PCM, 16-bit, 44100 Hz) single channel (mono) Excerpts synthesized from MIDI
| |
− |
| |
− | '''MIDI''': Excerpts of MIDI files
| |