Before we built The Vocal Market's enterprise licensing program, the default answer to "where do I get vocal training data?" for most ML teams was "start with the academic datasets." MUSDB18, OpenCpop, VCTK, OpenSinger, M4Singer, and a handful of others are freely available, well-documented, and widely used in published research.
They are also, in almost every case, not actually usable for commercial AI training. Not because the data is bad, but because the licenses that attach to the data either prohibit commercial use entirely or impose restrictions that make commercial use legally fragile. This post walks through the major academic vocal and music datasets, explains exactly what each one's license permits, and shows where the gap between research-grade availability and commercial-grade availability actually lives.
The pattern: research datasets are free but not commercial
Most academic vocal and music datasets are released under one of three licensing patterns:
- Creative Commons Non-Commercial (CC BY-NC, CC BY-NC-SA): Free for non-commercial use, explicitly prohibits commercial use. Training a commercial AI model is commercial use.
- Custom research-only licenses: Access granted only to researchers for academic purposes, often with a signed agreement. Commercial use is either prohibited or requires a separate deal.
- Mixed or unclear licensing: The dataset is published without a clear license, or aggregates material from multiple sources with different licenses. Commercial use is legally ambiguous and should be treated as prohibited by default.
A small number of datasets (VCTK, VocalSet) are released under CC BY 4.0 (commercial use permitted with attribution). But these tend to be speech datasets or technique-demonstration datasets, not full singing corpora suitable for training commercial models.
The major datasets, by license
MUSDB18 and MUSDB18-HQ
The standard benchmark for music source separation research. Contains 150 full-track songs (100 train + 50 test), with 4-stem taxonomy (vocals, drums, bass, other). Used extensively in Signal Separation Evaluation Campaigns.
- License: Mixed. 100 tracks from the DSD100 subset are from Mike Senior's Mixing Secrets library. 46 are from MedleyDB under CC BY-NC-SA 4.0. 2 are from The Easton Ellises under CC BY-NC-SA 3.0. The net effect is that most of the data is non-commercial.
- Commercial use: Not permitted for the majority of the catalog.
- Usability for commercial training: No.
DSD100 and DSD100-HQ
100 tracks, 50 train / 50 test. Predecessor to MUSDB18, derived from the same Mixing Secrets library.
- License: Research use under Mike Senior's permission. Not a clean commercial license.
- Commercial use: Not permitted.
- Usability for commercial training: No. Now considered legacy; MUSDB18-HQ is preferred.
VCTK (CSTR VCTK Corpus)
44 hours of speech data from 110 English speakers with varied accents.
- License: CC BY 4.0 (commercial use permitted with attribution).
- Commercial use: Yes, but important caveat: VCTK is SPEECH, not singing. It is frequently misremembered as a singing dataset. Using it for singing voice synthesis produces speech-like outputs.
- Usability for commercial training: Yes for speech, no for singing.
OpenCpop
5.2 hours of Mandarin singing from a single professional female singer, with phoneme boundaries and note annotations. Standard benchmark for Mandarin singing voice synthesis.
- License: CC BY-NC 4.0 (non-commercial only).
- Commercial use: Not permitted.
- Usability for commercial training: No.
OpenSinger
50 hours, 1,146 songs, 66 singers. Multi-singer Mandarin corpus, one of the larger open singing datasets.
- License: Not clearly published. Treated as research-only by default.
- Commercial use: Ambiguous; assume not permitted.
- Usability for commercial training: No.
M4Singer
700 Mandarin pop songs from 20 professional singers covering all SATB voice types. NeurIPS 2022 Datasets and Benchmarks track.
- License: Custom research license with acceptance terms. Typically research-only.
- Commercial use: Not permitted under standard terms.
- Usability for commercial training: No.
NUS-48E
169 minutes (2.8 hours) of singing from 12 singers. Annotated with phoneme-level transcriptions.
- License: Research-only, request via NUS.
- Commercial use: Not permitted.
- Usability for commercial training: No.
VocalSet
10.1 hours of professional vocalists demonstrating 17 different vocal techniques (vibrato, belt, breathy, vocal fry, etc.).
- License: CC BY 4.0 (commercial use permitted).
- Commercial use: Yes.
- Usability for commercial training: Limited. VocalSet contains technique demonstrations, not songs. It is useful as supplementary training data for technique conditioning but is not sufficient as a primary singing corpus.
Children's Song Dataset (CSD)
100 children's songs (50 Korean + 50 English), each recorded in 2 keys. Single female vocalist.
- License: CC BY-NC-SA 4.0 (non-commercial, share-alike).
- Commercial use: Not permitted.
- Usability for commercial training: No.
JVS-MuSiC
Japanese singing corpus. 100 singers singing a common Japanese children's song plus one unique song each.
- License: Tags under CC BY-SA 4.0. Audio is free for personal use but commercial redistribution is prohibited under the standard terms.
- Commercial use: Restricted.
- Usability for commercial training: No under standard terms.
GTSinger
Multi-language, multi-technique singing dataset with realistic music scores. NeurIPS 2024 Spotlight.
- License: Research license.
- Commercial use: Not permitted.
- Usability for commercial training: No.
The total open singing data ceiling
If you sum up every major open-source clean singing dataset, the total comes to roughly 230 hours of clean solo vocals. That includes OpenCpop (5 hours), OpenSinger (50 hours), M4Singer (approximately 29 hours), PopBuTFy (50 hours), PopCS (5 hours), GTSinger (tens of hours), VocalSet (10 hours), and a few smaller corpora.



