ASVspoof 2019: A large-scale public database of synthesized, converted and replayed speech
Paper • 1911.01601 • Published
path stringclasses 4
values | audio audioduration (s) 1 1 | label class label 2
classes | notes stringclasses 4
values |
|---|---|---|---|
audio/CVT_20260531_0000.wav | 0bonafide | {"speaker_id": "codex", "utterance_id": "CVT_20260531_0000"} | |
audio/CVT_20260531_0001.wav | 1spoof | {"speaker_id": "codex", "utterance_id": "CVT_20260531_0001"} | |
audio/CVT_20260531_0002.wav | 0bonafide | {"speaker_id": "codex", "utterance_id": "CVT_20260531_0002"} | |
audio/CVT_20260531_0003.wav | 1spoof | {"speaker_id": "codex", "utterance_id": "CVT_20260531_0003"} |
Synthetic four-row dataset used to validate the dataset-add and Arena display workflow.
Contains two bonafide and two spoof one-second synthetic audio clips generated locally.
CC-BY-4.0 for the synthetic generated audio in this validation dataset.
| Field | Type | Description |
|---|---|---|
| path | string | Stable archive-relative path, unique within dataset. |
| audio | Audio(16kHz mono) | One-second generated WAV audio. |
| label | ClassLabel[bonafide, spoof] | Index 0 = bonafide. |
| notes | string (JSON) | Contains utterance_id. |
from datasets import load_dataset
ds = load_dataset("Slenser0/CodexValidationTiny_20260531", split="test")
| n_total | n_bonafide | n_spoof | total duration |
|---|---|---|---|
| 4 | 2 | 2 | 4s |
Generated by Codex as a temporary validation artifact for SpeechAntiSpoofingBenchmarks.
See eval.yaml and submissions/README.md.
Original paper: https://arxiv.org/abs/1911.01601
@article{wang2020asvspoof,
title={ASVspoof 2019: A large-scale public database of synthesized, converted and replayed speech},
author={Wang, Xin and Yamagishi, Junichi and Todisco, Massimiliano and others},
journal={Computer Speech & Language},
volume={64},
pages={101114},
year={2020}
}
Codex validation artifact; safe to delete after validation.