jhsdfbsdjfu commited on
Commit
a300f60
·
verified ·
1 Parent(s): 20a06cc

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +70 -3
README.md CHANGED
@@ -1,3 +1,70 @@
1
- ---
2
- license: cc-by-nc-4.0
3
- ---
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ license: cc-by-nc-4.0
3
+ extra_gated_heading: Acknowledge license to accept the repository
4
+ extra_gated_description: >
5
+ The dataset is released under [CC BY-NC 4.0](https://creativecommons.org/licenses/by-nc/4.0/deed.en) license.
6
+ Users must comply with the license terms. The authors do **not** claim ownership of the original audio content.
7
+ extra_gated_button_content: Acknowledge license
8
+ ---
9
+
10
+ # MultiAPI Spoof: Multi-Source Audio Anti-Spoofing Dataset
11
+
12
+ ## Introduction
13
+
14
+ 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.
15
+
16
+ - 📥 [Download on huggingface](https://huggingface.co/datasets/jhsdfbsdjfu/MultiAPI-Spoof)
17
+ - 🖥️ [Code on github](https://github.com/kjsdhsjkhckjsa/MultiAPI-Spoof)
18
+ - 🤗 [Model on huggingface](https://huggingface.co/jhsdfbsdjfu/Nes2Net_LA)
19
+
20
+ ***
21
+
22
+
23
+ ## Spoofed Audio Data Sources
24
+
25
+ Our new dataset, **MultiAPI Spoof**, contains speech samples generated from a variety of API sources, including:
26
+
27
+ 1. **Commercial TTS APIs** – speech generated by commercial services.
28
+ 2. **Open-Source Model Generation** – speech generated by open-source models.
29
+ 3. **TTS Websites** – speech on TTS web platforms.
30
+
31
+ 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**.
32
+
33
+ ***
34
+
35
+ ## Dataset Split
36
+
37
+ | API NO. | train | dev | eval |
38
+ | :------ | :---- | :--- | ---- |
39
+ | A0-A20 | 70% | 10% | 20% |
40
+ | A21-A23 | / | 100% | / |
41
+ | A24-A29 | / | / | 100% |
42
+
43
+ ***
44
+
45
+ ## Metadata
46
+
47
+ The dataset includes three metadata files: MultiAPI`_train.txt`, MultiAPI`_dev.txt`, and MultiAPI`_eval.txt`.
48
+
49
+ Each line has four fields:
50
+
51
+ audio_path api class_label
52
+ XXX.mp3 A0 spoofed
53
+ XXX.mp3 - bonafide
54
+
55
+
56
+ ## 📖 Citation
57
+
58
+ If you use this code or dataset, please cite:
59
+
60
+ ```
61
+
62
+ ```
63
+ ## Contact
64
+
65
+
66
+ ## 🔏 License
67
+
68
+ The dataset is released under [CC BY-NC 4.0](https://creativecommons.org/licenses/by-nc/4.0/deed.en) license.
69
+
70
+ ---