Datasets:

Modalities:
Audio
Text
Formats:
parquet
Languages:
Chinese
Size:
< 1K
Libraries:
Datasets
pandas
License:
Alex0007 commited on
Commit
124c480
·
verified ·
1 Parent(s): 3c169ff

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +49 -2
README.md CHANGED
@@ -13,13 +13,60 @@ dataset_info:
13
  dtype: string
14
  splits:
15
  - name: train
16
- num_bytes: 76790913.0
17
  num_examples: 215
18
  download_size: 58491129
19
- dataset_size: 76790913.0
20
  configs:
21
  - config_name: default
22
  data_files:
23
  - split: train
24
  path: data/train-*
 
 
 
 
 
25
  ---
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
13
  dtype: string
14
  splits:
15
  - name: train
16
+ num_bytes: 76790913
17
  num_examples: 215
18
  download_size: 58491129
19
+ dataset_size: 76790913
20
  configs:
21
  - config_name: default
22
  data_files:
23
  - split: train
24
  path: data/train-*
25
+ license: cc-by-nc-nd-4.0
26
+ task_categories:
27
+ - text-to-speech
28
+ language:
29
+ - zh
30
  ---
31
+
32
+ # TTS-SCFChilSC: A Scripted Chinese Female Child's Speech Corpus
33
+ # TTS-SCFCHILSC:中文女童语音语料库
34
+
35
+ This open-source dataset consists of 15 minutes of annotated female voices in Mandarin Chinese that is applicable for Text-to-Speech Synthesis, where 224 utterances collected from a five-year-old girl were contained.
36
+ 此数据集由15分钟的普通话带注释的女声组成,包含了从一名5岁女孩那里收集的适用于语音合成的224条中文普通话女童语音。
37
+
38
+ ## Dataset Overview
39
+ ## 数据集概述
40
+
41
+ | | |
42
+ |-----------------------|------------------------------------|
43
+ | Dataset Type | speech corpus for TTS |
44
+ | Language | zh-CN, Mandarin Chinese (China) |
45
+ | Speech Style | scripted monologue |
46
+ | Content | daily use sentences, fables, and stories |
47
+ | Audio Parameters | 44.1 kHz, 16 bits, mono |
48
+ | File Format | WAV (PCM) TXT (UTF-8) |
49
+ | Recording Equipment | Philips K38003 |
50
+ | Recording Environment | quiet indoor environment |
51
+
52
+ | | |
53
+ |-------|------------------------------------|
54
+ | 数据集类型 | 语音合成(TTS)语音数据集 |
55
+ | 语种 | zh-CN,中文普通话(中国) |
56
+ | 语音类型 | 朗读式独白 |
57
+ | 内容 | 日常用语、寓言和故事 |
58
+ | 音频参数 |44.1 kHz, 16 bits, 单通道 |
59
+ | 文件格式 | WAV (PCM) TXT (UTF-8) |
60
+ | 录音设备 | Philips K38003 |
61
+ | 录音环境 | quiet indoor environment |
62
+
63
+ ## Cite
64
+ ## 引用
65
+ ```
66
+ @online{TTS-SCFChilSC,
67
+ title = {TTS-SCFChilSC: A Scripted Chinese Female Child's Speech Corpus},
68
+ author = {Magic Data Technology},
69
+ url = {https://magichub.com/datasets/mandarin-chinese-speech-corpus-for-tts-children-speech/},
70
+ urldate = {2025-04-26}
71
+ }
72
+ ```