Add ChoraleBricks mirror
Browse files- README.md +51 -0
- archives/01_AudioAndAnnotations.zip +3 -0
- archives/02_ConductingVideos.zip +3 -0
- metadata.csv +3 -0
README.md
ADDED
|
@@ -0,0 +1,51 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
---
|
| 2 |
+
license: cc-by-4.0
|
| 3 |
+
pretty_name: ChoraleBricks
|
| 4 |
+
task_categories:
|
| 5 |
+
- audio-to-audio
|
| 6 |
+
- audio-classification
|
| 7 |
+
tags:
|
| 8 |
+
- audio
|
| 9 |
+
- music
|
| 10 |
+
- source-separation
|
| 11 |
+
- multitrack
|
| 12 |
+
- wind-music
|
| 13 |
+
- brass
|
| 14 |
+
- music-information-retrieval
|
| 15 |
+
- music-transcription
|
| 16 |
+
- audio-alignment
|
| 17 |
+
configs:
|
| 18 |
+
- config_name: archives
|
| 19 |
+
data_files:
|
| 20 |
+
- split: train
|
| 21 |
+
path: metadata.csv
|
| 22 |
+
---
|
| 23 |
+
|
| 24 |
+
# ChoraleBricks
|
| 25 |
+
|
| 26 |
+
This repository mirrors ChoraleBricks: A Modular Multitrack Dataset for Wind Music Research.
|
| 27 |
+
|
| 28 |
+
ChoraleBricks contains multitrack recordings of ten chorales arranged in soprano, alto, tenor, and bass parts. It provides isolated recordings of individual wind instruments, including flute, oboe, clarinet, trumpet, saxophone, baritone, trombone, and tuba, which can be combined into ensemble mixes with different instrumentations.
|
| 29 |
+
|
| 30 |
+
The upstream record describes 2 hours and 10 minutes of isolated recordings and 52 hours and 18 minutes of possible full ensemble permutations, plus sheet music, aligned symbolic representations, conducting videos, and reference annotations for tasks such as source separation, multi-pitch estimation, note transcription, and audio alignment.
|
| 31 |
+
|
| 32 |
+
This mirror preserves the upstream archive files and provides `metadata.csv` for the dataset viewer.
|
| 33 |
+
|
| 34 |
+
## Source
|
| 35 |
+
|
| 36 |
+
- Zenodo: https://zenodo.org/records/15081741
|
| 37 |
+
- DOI: `10.5281/zenodo.15081741`
|
| 38 |
+
- Project page: https://audiolabs-erlangen.de/resources/MIR/2025-ChoraleBricks
|
| 39 |
+
- Code: https://github.com/stefan-balke/choralebricks
|
| 40 |
+
- License: Creative Commons Attribution 4.0 International
|
| 41 |
+
|
| 42 |
+
## Citation
|
| 43 |
+
|
| 44 |
+
```bibtex
|
| 45 |
+
@article{balke2025choralebricks,
|
| 46 |
+
title = {ChoraleBricks: A Modular Multitrack Dataset for Wind Music Research},
|
| 47 |
+
author = {Balke, Stefan and Berndt, Axel and Mueller, Meinard},
|
| 48 |
+
journal = {Transactions of the International Society for Music Information Retrieval},
|
| 49 |
+
year = {2025}
|
| 50 |
+
}
|
| 51 |
+
```
|
archives/01_AudioAndAnnotations.zip
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:b55974aa77ac89d761009e13b0cf0a10ac8bd6ffd2c7e6689e2690b979c8b3a1
|
| 3 |
+
size 1157900370
|
archives/02_ConductingVideos.zip
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:76e34eab734779977af6074d04678fafb80a7dfb6147c64c7327b1fd55de1e40
|
| 3 |
+
size 126227561
|
metadata.csv
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
archive_name,path_in_repo,size_bytes,md5,source_url,notes
|
| 2 |
+
01_AudioAndAnnotations.zip,archives/01_AudioAndAnnotations.zip,1157900370,76c791de833814dba192bedea2aba5b6,https://zenodo.org/api/records/15081741/files/01_AudioAndAnnotations.zip/content,Audio and annotations archive from Zenodo record 10.5281/zenodo.15081741.
|
| 3 |
+
02_ConductingVideos.zip,archives/02_ConductingVideos.zip,126227561,9bda6a8bbf113c9277a75ca7f0a4f02f,https://zenodo.org/api/records/15081741/files/02_ConductingVideos.zip/content,Conducting videos archive from Zenodo record 10.5281/zenodo.15081741.
|