--- license: cc-by-4.0 pretty_name: Designed Vocalizations Dataset language: - en task_categories: - audio-to-audio tags: - voice-conversion - sound-design - vocalization - speech size_categories: - 100K": { "summary": "[ Pitch Shifting 1 ∥ Ring Modulator ∥ (Granular → Pitch Shifting 2) ] → Reverb → EQ", "chain": [ { "plugin": "Dehumaniser", "branches": [ [ { "effect": "Pitch Shifting 1", "params": {...} } ], [ { "effect": "Ring Modulator", "params": {...} } ], [ { "effect": "Granular", "params": {...} }, { "effect": "Pitch Shifting 2", "params": {...} } ] ] }, { "effect": "Reverb", "params": {...} }, { "effect": "EQ", "params": { "bands": [ {"freq": "1598Hz", "gain": "+8.3dB"} ] } } ] } } ``` `chain` runs **in series** in list order. Each stage, and the `summary` field: - `plugin` — a Dehumaniser stage: a container whose `branches` run **in parallel**, with the effects inside a branch running **in series**. - `effect` — a single-effect stage: mostly Dehumaniser's internal modules (Pitch Shifting, Granular, Ring Modulator, …); in-house presets may also add Cubase stock effects (Compressor, EQ, Reverb, Limiter, Distortion). - `params` — an effect's settings, usually name/value pairs; for EQ, a `bands` list of freq/gain pairs. - `summary` — the chain on one line: `→` series, `∥` parallel, `[ … ]` a summed parallel block, `( … )` a serial sub-chain. ![Example effect chain](assets/preset_chain_example.svg) *Visualization of the example preset shown above.* ## Licensing The dataset is made available under **CC BY 4.0** (see `LICENSE.md`) for the dataset compilation and the authors' original contributions, including metadata and original annotations. Designed audio clips may incorporate or be adaptations of third-party source sounds and therefore remain subject to the applicable source licenses identified per clip. Those sources keep their original licenses — VCTK (CC BY 4.0), HiFi-TTS (CC BY 4.0), and Freesound (CC0 / CC BY 3.0 / CC BY 4.0). Their attribution/notice requirements are in **`NOTICE`**, with per-clip license, Freesound title, uploader, and source link carried as columns in the `raw` config. These must be kept when redistributing. ## Citation If you use this dataset, please cite: > S. Lee, M. Kang, Y. Lee, W. Min, C. Lee, and N. Cho, "Designed Vocalizations Dataset: > Sound-Designed Human and Animal Voices for Non-human Voice Conversion," in Proc. Interspeech > 2026. ```bibtex @inproceedings{lee2026designed, title = {Designed Vocalizations Dataset: Sound-Designed Human and Animal Voices for Non-human Voice Conversion}, author = {Lee, Seolhee and Kang, Minsu and Lee, Yangsun and Min, Woosun and Lee, Choonghyeon and Cho, Namhyun}, booktitle = {Proc. Interspeech 2026}, year = {2026} } ```