File size: 2,553 Bytes
a300f60
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
cdbb78b
a300f60
cdbb78b
 
 
a300f60
cdbb78b
 
 
a300f60
 
 
 
757e652
a300f60
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
---
license: cc-by-nc-4.0
extra_gated_heading: Acknowledge license to accept the repository
extra_gated_description: >
  The dataset is released under [CC BY-NC 4.0](https://creativecommons.org/licenses/by-nc/4.0/deed.en) license.
  Users must comply with the license terms. The authors do **not** claim ownership of the original audio content.
extra_gated_button_content: Acknowledge license
---

# MultiAPI Spoof: Multi-Source Audio Anti-Spoofing Dataset

## Introduction

MultiAPI-Spoof is a multi-source audio anti-spoofing dataset that contains approximately 230 hours of spoofed audio. It includes synthetic audio generated by commercial TTS services, open-source models, and Chinese TTS websites. An equal amount of bonafide speech from CommonVoice is included for a 1:1 balance between genuine and spoofed samples. This dataset is designed to support research and model training for audio anti-spoofing.

- 📥 [Download on huggingface](https://huggingface.co/datasets/jhsdfbsdjfu/MultiAPI-Spoof)
- 🖥️ [Code on github](https://github.com/kjsdhsjkhckjsa/MultiAPI-Spoof)
- 🤗 [Model on huggingface](https://huggingface.co/jhsdfbsdjfu/Nes2Net_LA)

***


## Spoofed Audio Data Sources

Our new dataset, **MultiAPI Spoof**, contains speech samples generated from a variety of API sources, including:

1. **Commercial TTS APIs** – speech generated by commercial services.
2. **Open-Source Model Generation** – speech generated by open-source models.
3. **TTS Websites** – speech on TTS web platforms.

The dataset is organized into 30 API, labeled **A0–A29**, with each group corresponding to a unique speech generation API source. The duration of speech in each API ranges from **0.2 to 12 hours**.

***

## Dataset Split

| API NO. | train | dev  | eval |
| :------ | :---- | :--- | ---- |
| A0-A20  | 70%   | 10%  | 20%  |
| A21-A23 | /     | 100% | /    |
| A24-A29 | /     | /    | 100% |

***

## Metadata

The dataset includes three metadata files: MultiAPI`_train.txt`, MultiAPI`_dev.txt`, and MultiAPI`_eval.txt`.

Each line has four fields:

    audio_path     api     class_label
    XXX.mp3        A0      spoofed
    XXX.mp3        -       bonafide


## 📖 Citation

If you use this code or dataset, please cite:

```
Anonymous
```
*** 

## 📧 Contact

Anonymous

***

## 🔏 License 

 The dataset is released under [CC BY-NC 4.0](https://creativecommons.org/licenses/by-nc/4.0/deed.en) license.
 Users must comply with the license terms. The authors do **not** claim ownership of the original audio content.

---