real-ssb22 commited on
Commit
72e72d7
·
unverified ·
1 Parent(s): b1bc688

HuggingFace dataset + Chinese notes

Browse files
Files changed (3) hide show
  1. Makefile +4 -0
  2. README.md +55 -0
  3. metadata.csv +0 -0
Makefile CHANGED
@@ -15,3 +15,7 @@ yali-lower.exe: wav-syllables setup.bat yali-exe-readme.txt unzipsfx.exe
15
  cat unzipsfx.exe yali-lower.zip > yali-lower.exe
16
  zip -A yali-lower.exe
17
  rm -rf partials yali-lower.zip
 
 
 
 
 
15
  cat unzipsfx.exe yali-lower.zip > yali-lower.exe
16
  zip -A yali-lower.exe
17
  rm -rf partials yali-lower.zip
18
+
19
+ metadata.csv: # for HuggingFace
20
+ echo filename,syllable,tone,tone_description,pitch_adjusted > $@
21
+ for N in wav-syllables/*.wav; do echo $$N,$$(echo $$N|sed -e s,.*/,, -e s/[1-6].*//),$$(echo $$N|sed -e s,[^1-6],,g),$$(case "$$(echo $$N|sed -e s,[^1-6],,g)" in 1) echo high level;; 2) echo rising;; 3) echo low dipping "(half)";; 4) echo falling;; 5) echo neutral;; 6) echo "neutral (high)";; esac),true; done >> $@
README.md CHANGED
@@ -1,3 +1,28 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
  These syllables were recorded in context by
2
  Cheng Ya Li for the [Gradint](../gradint) program
3
  in June 2008. Sound editing was done by Cameron Wong
@@ -5,6 +30,31 @@ in June 2008. Sound editing was done by Cameron Wong
5
  speech synthesizer) and Silas S. Brown, using
6
  Audacity and Praat.
7
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
8
  `yali-lower.exe` is a zip file that must be
9
  compatible with unzip on non-Windows platforms
10
  as well as being self-extracting.
@@ -30,3 +80,8 @@ These recordings are distributed in the hope that they will be useful,
30
  but WITHOUT ANY WARRANTY; without even the implied warranty of
31
  MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
32
  General Public License for more details.
 
 
 
 
 
 
1
+ ---
2
+ # Metadata for HuggingFace dataset viewer (请垂直下移看汉语解释)
3
+ # (Humans please skip past this. Why does HuggingFace insist it comes first?...)
4
+ license: gpl-3.0
5
+ task_categories:
6
+ - text-to-speech
7
+ - automatic-speech-recognition
8
+ language:
9
+ - zh
10
+ modality:
11
+ - audio
12
+ size_categories:
13
+ - 1K<n<10K
14
+ tags:
15
+ - mandarin
16
+ - syllables
17
+ - tones
18
+ - speech-synthesis
19
+ - phonetics
20
+ - native-speaker
21
+ ---
22
+
23
+ # Yali-Lower: Isolated Mandarin Syllables with Full Tone Coverage (lower-pitch version)
24
+ ## Yali语音:带完整声调的孤立汉语音节录音库
25
+
26
  These syllables were recorded in context by
27
  Cheng Ya Li for the [Gradint](../gradint) program
28
  in June 2008. Sound editing was done by Cameron Wong
 
30
  speech synthesizer) and Silas S. Brown, using
31
  Audacity and Praat.
32
 
33
+ 这些音节由程雅丽(Cheng Ya Li,汉字待确认)于2008年6月为
34
+ [Gradint](../gradint)程序录制。音频编辑由黄冠能(Cameron
35
+ Wong,[Ekho](https://github.com/hgneng/ekho)语音合成器的开
36
+ 发者)和Silas S. Brown(赛乐思)使用Audacity和Praat完成。
37
+
38
+ ## Technical Notes
39
+ - **Tone 1 and Tone 6**: Slightly pitch-adjusted to
40
+ compensate for pitch drift across recording session,
41
+ ensuring consistent tone perception when syllables are
42
+ synthesized together
43
+ - **Tones 2, 3, 4, 5**: Original pitch preserved from
44
+ context extraction
45
+ - **Tone 3**: Recordings represent the "half tone 3"
46
+ commonly used in natural speech
47
+ - **Tone 6**: Higher-pitched neutral tone variant
48
+ typically used after Tone 3
49
+
50
+ 技术说明
51
+ - **第一声和第六声**:已进行轻微音调调整以补偿录音时段间的音调漂移
52
+ - **第二、三、四、五声**:保留从语境中提取的原始音调
53
+ - **第三声**:录音为自然语音中常用的"半三声"
54
+ - **第六声**:通常在第三声后使用的高音中性调
55
+
56
+ ## Compiling for Gradint
57
+
58
  `yali-lower.exe` is a zip file that must be
59
  compatible with unzip on non-Windows platforms
60
  as well as being self-extracting.
 
80
  but WITHOUT ANY WARRANTY; without even the implied warranty of
81
  MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
82
  General Public License for more details.
83
+
84
+ 您可以根据自由软件基金会发布的 GNU 通用公共许可证(GPL)条款重新分发和/或修改这些录音;许可证版本为第 3 版或任何更新版本。
85
+
86
+ 这些录音以“按原样”方式提供,不提供任何形式的担保,包括但不
87
+ 限于适销性或特定用途适用性的默示担保。
metadata.csv ADDED
The diff for this file is too large to render. See raw diff