Initial commit
Browse filesThis view is limited to 50 files because it contains too many changes.
See raw diff
- .gitattributes +4 -0
- ASR/spk1_snt1.wav +3 -0
- ASR/spk1_snt2.wav +3 -0
- ASR/spk1_snt3.wav +3 -0
- ASR/spk1_snt4.wav +3 -0
- ASR/spk1_snt5.wav +3 -0
- ASR/spk1_snt6.wav +3 -0
- ASR/spk2_snt1.wav +3 -0
- ASR/spk2_snt2.wav +3 -0
- ASR/spk2_snt3.wav +3 -0
- ASR/spk2_snt4.wav +3 -0
- ASR/spk2_snt5.wav +3 -0
- ASR/spk2_snt6.wav +3 -0
- ESC50/audio/1-100032-A-0.wav +3 -0
- ESC50/audio/2-100648-A-43.wav +3 -0
- ESC50/audio/3-103051-C-19.wav +3 -0
- ESC50/audio/4-156993-A-19.wav +3 -0
- ESC50/audio/5-156999-C-19.wav +3 -0
- ESC50/meta/esc50-human.xlsx +3 -0
- ESC50/meta/esc50.csv +6 -0
- ESC50/meta/esc50_speechbrain.csv +6 -0
- PLDA/enrol_stat_xvect.pkl +3 -0
- PLDA/expected_plda_scores.pkl +3 -0
- PLDA/test_stat_xvect.pkl +3 -0
- PLDA/train_stat_xvect.pkl +3 -0
- RIRs/rir1.wav +3 -0
- RIRs/rir2.wav +3 -0
- RIRs/rir3.wav +3 -0
- RIRs/rir4.wav +3 -0
- TTS/LJ050-0131.npy +3 -0
- TTS/LJ050-0131.wav +3 -0
- TTS/codes/LJ050-0131.npy +3 -0
- TTS/d_LJ050-0131.npy +3 -0
- VAD/train.wav +3 -0
- VAD/valid.wav +3 -0
- annotation/ASR_dev.json +42 -0
- annotation/ASR_test_librispeech_clean.csv +17 -0
- annotation/ASR_train.csv +3 -0
- annotation/ASR_train.json +170 -0
- annotation/ASR_train_39p.json +98 -0
- annotation/ASR_train_plda.csv +7 -0
- annotation/ASR_train_stereo.csv +3 -0
- annotation/AudioMNIST_test.json +43 -0
- annotation/AudioMNIST_train.json +41 -0
- annotation/AudioMNIST_valid.json +41 -0
- annotation/Diarization_train.json +46 -0
- annotation/LM_dev.csv +3 -0
- annotation/LM_dev.txt +2 -0
- annotation/LM_train.csv +9 -0
- annotation/LM_train.txt +8 -0
.gitattributes
CHANGED
@@ -1,3 +1,7 @@
|
|
|
|
|
|
|
|
|
|
1 |
*.7z filter=lfs diff=lfs merge=lfs -text
|
2 |
*.arrow filter=lfs diff=lfs merge=lfs -text
|
3 |
*.bin filter=lfs diff=lfs merge=lfs -text
|
|
|
1 |
+
# SB additions
|
2 |
+
*.xlsx filter=lfs diff=lfs merge=lfs -text
|
3 |
+
*.sph filter=lfs diff=lfs merge=lfs -text
|
4 |
+
|
5 |
*.7z filter=lfs diff=lfs merge=lfs -text
|
6 |
*.arrow filter=lfs diff=lfs merge=lfs -text
|
7 |
*.bin filter=lfs diff=lfs merge=lfs -text
|
ASR/spk1_snt1.wav
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:2f7315ccf543b6368528b098cd895098c154f222cd55ff7b5f66b50feb383c56
|
3 |
+
size 91884
|
ASR/spk1_snt2.wav
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:e1f125a318f4026991bf78f5c41481be0fbcf9b3b2fd72284f9824cb851c3034
|
3 |
+
size 100844
|
ASR/spk1_snt3.wav
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:dc85f251ecb6f89652e8e3add9f35a39e86cb64a48384c89255437fd0f1bbc69
|
3 |
+
size 87084
|
ASR/spk1_snt4.wav
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:719e441a93a3ec220dfc4337c30944aa1774847739ae9d461c3280b612cf869d
|
3 |
+
size 81004
|
ASR/spk1_snt5.wav
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:6972d80554dfb14e5ad23c7b355a870e9beb18ab2331fbd4b12ff1777e6ed277
|
3 |
+
size 83244
|
ASR/spk1_snt6.wav
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:8811bcbdb867c887cdb036aadd97fa2a8023e90610b314c9913f79f712eb7b6c
|
3 |
+
size 73324
|
ASR/spk2_snt1.wav
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:5f3f534ba99f159358c6ee2e4fb5e42b3b9399f37f4e290651405c76095f26f0
|
3 |
+
size 64364
|
ASR/spk2_snt2.wav
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:589bcda06796c124544138d7ff40562c146be5e06c1765f2fb4d27c22d19ea8a
|
3 |
+
size 56364
|
ASR/spk2_snt3.wav
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:3831efa2081105f8c820312e83f605a320581761c75c52e06f908a12a5da8472
|
3 |
+
size 60204
|
ASR/spk2_snt4.wav
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:6dfc7295435a97f2b50c5e95e895fe223b56c61d64a4e0bcb3a663e45f893f4f
|
3 |
+
size 65324
|
ASR/spk2_snt5.wav
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:cf312453d454a3e006ac84ef84bd5880452b57e1a8d717f7e37dae65ceec8044
|
3 |
+
size 63404
|
ASR/spk2_snt6.wav
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:cdec920cdcbbb0b38110b958f6e90a4726c87be8d9d3f9d3a0834a1cc950cf6d
|
3 |
+
size 57644
|
ESC50/audio/1-100032-A-0.wav
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:f40a849a2375c8c63312a73dd2dd6c74007301fcc21b4be2ece29a642831e3d8
|
3 |
+
size 441044
|
ESC50/audio/2-100648-A-43.wav
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:d52b04e2cd6fee1467d9faae0297b5eb2e3c7a68575bf6f982ca0c738f91df68
|
3 |
+
size 441044
|
ESC50/audio/3-103051-C-19.wav
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:80910d45d6680671f39a17a8a21d376d3299c5648a44564016e9a39427e5dd38
|
3 |
+
size 441044
|
ESC50/audio/4-156993-A-19.wav
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:542138c59d58acaab06659a09902e49fe7acffb07594680210f38a6ba21898e5
|
3 |
+
size 441044
|
ESC50/audio/5-156999-C-19.wav
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:d14031f85c1b95b992fb0d10e694222bfe9c217dc09f1a5ccf14d33d043447f9
|
3 |
+
size 441044
|
ESC50/meta/esc50-human.xlsx
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:3a4e3b1a2e32139b409e50d411805676a8d6f652f67c1d99639203705f59d085
|
3 |
+
size 546482
|
ESC50/meta/esc50.csv
ADDED
@@ -0,0 +1,6 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
filename,fold,target,category,esc10,src_file,take
|
2 |
+
1-100032-A-0.wav,1,0,dog,True,100032,A
|
3 |
+
2-100648-A-43.wav,2,43,car_horn,False,100648,A
|
4 |
+
3-103051-C-19.wav,3,19,thunderstorm,False,103051,C
|
5 |
+
4-156993-A-19.wav,4,19,thunderstorm,False,156993,A
|
6 |
+
5-156999-C-19.wav,5,19,thunderstorm,False,156999,C
|
ESC50/meta/esc50_speechbrain.csv
ADDED
@@ -0,0 +1,6 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
filename,fold,target,class_string,esc10,src_file,take,ID
|
2 |
+
1-100032-A-0.wav,1,0,dog,True,100032,A,1-100032-A-0
|
3 |
+
2-100648-A-43.wav,2,43,car_horn,False,100648,A,2-100648-A-43
|
4 |
+
3-103051-C-19.wav,3,19,thunderstorm,False,103051,C,3-103051-C-19
|
5 |
+
4-156993-A-19.wav,4,19,thunderstorm,False,156993,A,4-156993-A-19
|
6 |
+
5-156999-C-19.wav,5,19,thunderstorm,False,156999,C,5-156999-C-19
|
PLDA/enrol_stat_xvect.pkl
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:774361266562697a2504f8b6f90707813981ca86b9fe82bf6ca6b6e141c19b08
|
3 |
+
size 12864
|
PLDA/expected_plda_scores.pkl
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:1295b23218651067a779f2d3d92debdbeb5dad99482b5cdad4d5ec03edf3dcd1
|
3 |
+
size 275
|
PLDA/test_stat_xvect.pkl
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:92a6d281a79656d51939956557700721133ffd3f1b98f8a0fe414d033744d87d
|
3 |
+
size 21136
|
PLDA/train_stat_xvect.pkl
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:9c773ac0d1400e7d230f6331fa4a2cdb43d0ca74174e0910c827f9e2434d2c19
|
3 |
+
size 4151318
|
RIRs/rir1.wav
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:c5bfb142416ca367f26a03b3028b2988b06b4635005ed99b9b95f8a3540057d7
|
3 |
+
size 32044
|
RIRs/rir2.wav
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:a9b7ebead3a953f32e8da13c3423cf8966aeb4883b49ecc20ac2ce196175cb23
|
3 |
+
size 43734
|
RIRs/rir3.wav
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:16278c123def4465ad7f4c4c918ae9338024a5bb494880b33365f7647afaef0f
|
3 |
+
size 64044
|
RIRs/rir4.wav
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:4d7937f6f956cc6f7e74cbe5b0f232921a33997eca4835c1f41f398d48284dc1
|
3 |
+
size 16044
|
TTS/LJ050-0131.npy
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:04dac9793939505eea182ef148bca363cbcf997e37c567c836c48817c43592a6
|
3 |
+
size 2740
|
TTS/LJ050-0131.wav
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:a8cee9267ac78b62b85a46f6b6e1b0a2e299749179abacbab39bc04790206cfb
|
3 |
+
size 337766
|
TTS/codes/LJ050-0131.npy
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:cd161afb36829c80c951ce070dcb5bcae5fdb1aa8f47042ca52ca49fe8498e93
|
3 |
+
size 1656
|
TTS/d_LJ050-0131.npy
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:b1469787db162b0a8f565b82400743447865c632410e2741fe0df3f13c25d80d
|
3 |
+
size 752
|
VAD/train.wav
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:60c9c6e84ac9c70a4f057a78efacff6c9f6158f3ded7737e2d208e60ed4d781a
|
3 |
+
size 185538
|
VAD/valid.wav
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:537ebae608f9ad1b40405ec399351c89ecf1f51ae1552c139620e7fe5a69953b
|
3 |
+
size 309174
|
annotation/ASR_dev.json
ADDED
@@ -0,0 +1,42 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"spk1_snt5": {
|
3 |
+
"wav": "{data_root}/spk1_snt5.wav",
|
4 |
+
"path": "{data_root}/spk1_snt5.wav",
|
5 |
+
"duration": "2.6",
|
6 |
+
"length": "2.6",
|
7 |
+
"spk_id": "spk1",
|
8 |
+
"ali": "{data_root}/spk1_snt5.pkl",
|
9 |
+
"phn": "s ah n vcl d ey ih z dh ax vcl b eh s cl t cl p aa r dx ax v dh ax w iy cl",
|
10 |
+
"char": "s u n d a y i s t h e b e s t p a r t o f t h e w e e k",
|
11 |
+
"wrd": "SUNDAY IS THE BEST PART OF THE WEEK",
|
12 |
+
"words": "SUNDAY IS THE BEST PART OF THE WEEK",
|
13 |
+
"trans": "SUNDAY IS THE BEST PART OF THE WEEK",
|
14 |
+
"label": "SUNDAY IS THE BEST PART OF THE WEEK",
|
15 |
+
"emo": "anger",
|
16 |
+
"fold" : 1,
|
17 |
+
"class_string": "dog_bark",
|
18 |
+
"segment": true,
|
19 |
+
"emotion": [{"emo": "angry", "start": 0, "end": 2.6}],
|
20 |
+
"frame_label": ["a", "a", "a", "a", "a", "a", "a", "a", "a", "a", "a", "a", "a", "a", "a", "a", "a", "a", "a", "a", "a", "a", "a", "a", "a", "a", "a", "a", "a", "a", "a", "a", "a", "a", "a", "a", "a", "a", "a", "a", "a", "a", "a", "a", "a", "a", "a", "a", "a", "a", "a", "a", "a", "a", "a", "a", "a", "a", "a", "a", "a", "a", "a", "a", "a", "a", "a", "a", "a", "a", "a", "a", "a", "a", "a", "a", "a", "a", "a", "a", "a", "a", "a", "a", "a", "a", "a", "a", "a", "a", "a", "a", "a", "a", "a", "a", "a", "a", "a", "a", "a", "a", "a", "a", "a", "a", "a", "a", "a", "a", "a", "a", "a", "a", "a", "a", "a", "a", "a", "a", "a", "a", "a", "a", "a", "a", "a", "a", "a", "a"]
|
21 |
+
},
|
22 |
+
"spk2_snt5": {
|
23 |
+
"wav": "{data_root}/spk2_snt5.wav",
|
24 |
+
"path": "{data_root}/spk2_snt5.wav",
|
25 |
+
"duration": "1.98",
|
26 |
+
"length": "1.98",
|
27 |
+
"spk_id": "spk2",
|
28 |
+
"ali": "{data_root}/spk2_snt5.pkl",
|
29 |
+
"phn": "vcl jh ah m cl p dh ax f eh n s ae n hh er iy ah cl p dh ax vcl b ae ng cl",
|
30 |
+
"char": "k e n p a i r s l a c k f u l l f l a v o r",
|
31 |
+
"wrd": "KEN PAIRS LACK FULL FLAVOR",
|
32 |
+
"words": "KEN PAIRS LACK FULL FLAVOR",
|
33 |
+
"trans": "KEN PAIRS LACK FULL FLAVOR",
|
34 |
+
"label": "KEN PAIRS LACK FULL FLAVOR",
|
35 |
+
"emo": "sadness",
|
36 |
+
"fold" : 1,
|
37 |
+
"class_string": "siren",
|
38 |
+
"segment": true,
|
39 |
+
"emotion": [{"emo": "sad", "start": 0, "end": 1.98}],
|
40 |
+
"frame_label": ["s", "s", "s", "s", "s", "s", "s", "s", "s", "s", "s", "s", "s", "s", "s", "s", "s", "s", "s", "s", "s", "s", "s", "s", "s", "s", "s", "s", "s", "s", "s", "s", "s", "s", "s", "s", "s", "s", "s", "s", "s", "s", "s", "s", "s", "s", "s", "s", "s", "s", "s", "s", "s", "s", "s", "s", "s", "s", "s", "s", "s", "s", "s", "s", "s", "s", "s", "s", "s", "s", "s", "s", "s", "s", "s", "s", "s", "s", "s", "s", "s", "s", "s", "s", "s", "s", "s", "s", "s", "s", "s", "s", "s", "s", "s", "s", "s", "s", "s"]
|
41 |
+
}
|
42 |
+
}
|
annotation/ASR_test_librispeech_clean.csv
ADDED
@@ -0,0 +1,17 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
ID,duration,wav,spk_id,wrd
|
2 |
+
61-70970-0013,4.35,tests/download/LibriSpeech/LibriSpeech/test-clean/61/70970/61-70970-0013.flac,61-70970,THERE WAS NO CHANCE TO ALTER HIS SLEEPING ROOM TO ONE NEARER TO GAMEWELL'S CHAMBER
|
3 |
+
61-70970-0021,5.405,tests/download/LibriSpeech/LibriSpeech/test-clean/61/70970/61-70970-0021.flac,61-70970,THEY THEN RENEWED THEIR JOURNEY AND UNDER THE BETTER LIGHT MADE A SAFE CROSSING OF THE STABLE ROOFS
|
4 |
+
61-70970-0007,4.485,tests/download/LibriSpeech/LibriSpeech/test-clean/61/70970/61-70970-0007.flac,61-70970,HE WAS IN DEEP CONVERSE WITH THE CLERK AND ENTERED THE HALL HOLDING HIM BY THE ARM
|
5 |
+
61-70970-0032,3.135,tests/download/LibriSpeech/LibriSpeech/test-clean/61/70970/61-70970-0032.flac,61-70970,ENQUIRED ROBIN WITH HIS SUSPICIONS STILL UPON HIM
|
6 |
+
61-70970-0000,6.075,tests/download/LibriSpeech/LibriSpeech/test-clean/61/70970/61-70970-0000.flac,61-70970,YOUNG FITZOOTH HAD BEEN COMMANDED TO HIS MOTHER'S CHAMBER SO SOON AS HE HAD COME OUT FROM HIS CONVERSE WITH THE SQUIRE
|
7 |
+
61-70970-0005,2.02,tests/download/LibriSpeech/LibriSpeech/test-clean/61/70970/61-70970-0005.flac,61-70970,THE LAD HAD CHECKED HIM THEN
|
8 |
+
61-70970-0034,4.485,tests/download/LibriSpeech/LibriSpeech/test-clean/61/70970/61-70970-0034.flac,61-70970,NAY NAY LORDING ANSWERED WARRENTON WITH A HALF LAUGH
|
9 |
+
61-70970-0008,2.15,tests/download/LibriSpeech/LibriSpeech/test-clean/61/70970/61-70970-0008.flac,61-70970,NOW TO BED BOY
|
10 |
+
61-70970-0014,3.405,tests/download/LibriSpeech/LibriSpeech/test-clean/61/70970/61-70970-0014.flac,61-70970,PRESENTLY HE CROSSED THE FLOOR OF HIS ROOM WITH DECIDED STEP
|
11 |
+
61-70970-0010,3.045,tests/download/LibriSpeech/LibriSpeech/test-clean/61/70970/61-70970-0010.flac,61-70970,DISMISS YOUR SQUIRE ROBIN AND BID ME GOOD E E N
|
12 |
+
61-70970-0037,5.98,tests/download/LibriSpeech/LibriSpeech/test-clean/61/70970/61-70970-0037.flac,61-70970,HIS TONES RANG PLEASANTLY ON WARRENTON'S EARS AND FORTHWITH A GOOD FELLOWSHIP WAS HERALDED BETWEEN THEM
|
13 |
+
61-70970-0023,3.705,tests/download/LibriSpeech/LibriSpeech/test-clean/61/70970/61-70970-0023.flac,61-70970,BE NOT SO FOOLISH FRIEND SAID FITZOOTH CROSSLY
|
14 |
+
61-70970-0016,4.37,tests/download/LibriSpeech/LibriSpeech/test-clean/61/70970/61-70970-0016.flac,61-70970,WE WILL GO OUT TOGETHER TO THE BOWER THERE IS A WAY DOWN TO THE COURT FROM MY WINDOW
|
15 |
+
61-70970-0035,7.405,tests/download/LibriSpeech/LibriSpeech/test-clean/61/70970/61-70970-0035.flac,61-70970,WARRENTON SPOKE THUS WITH SIGNIFICANCE TO SHOW ROBIN THAT HE WAS NOT TO THINK GEOFFREY'S CLAIMS TO THE ESTATE WOULD BE PASSED BY
|
16 |
+
61-70970-0011,6.075,tests/download/LibriSpeech/LibriSpeech/test-clean/61/70970/61-70970-0011.flac,61-70970,AS ANY IN ENGLAND I WOULD SAY SAID GAMEWELL PROUDLY THAT IS IN HIS DAY
|
17 |
+
61-70970-0018,4.6,tests/download/LibriSpeech/LibriSpeech/test-clean/61/70970/61-70970-0018.flac,61-70970,THE HOURS PASSED WEARILY BY AND MOVEMENT COULD YET BE HEARD ABOUT THE HALL
|
annotation/ASR_train.csv
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
ID, duration,start,stop,wav,clean_wav,noisy_wav,noise_wav,s1_wav,s2_wav,mix_wav,target,spk_id,ali,phn,char,wrd,text,transcript,semantics,command
|
2 |
+
spk1_snt1,2.87,0,16000,tests/samples/ASR/spk1_snt1.wav,tests/samples/ASR/spk1_snt1.wav,tests/samples/ASR/spk1_snt1.wav,tests/samples/ASR/spk1_snt1.wav,tests/samples/ASR/spk1_snt1.wav,tests/samples/ASR/spk1_snt1.wav,tests/samples/ASR/spk1_snt1.wav,tests/samples/ASR/spk1_snt1.wav,spk1,tests/samples/ASR/spk1_snt1.pkl,dh ax cl ch ay l vcl d ao l m ow s cl t hh er cl t sil dh ax s m ao l vcl d ao vcl,t h e c h i l d a l m o s t h u r t t h e s m a l l d o g ,the child almost hurt the small dog,the child almost hurt the small dog,the child almost hurt the small dog,{[this is a fake semantics]},{[this is a fake semantics]}
|
3 |
+
spk1_snt2,3.15,0,16000,tests/samples/ASR/spk1_snt2.wav,tests/samples/ASR/spk1_snt2.wav,tests/samples/ASR/spk1_snt2.wav,tests/samples/ASR/spk1_snt2.wav,tests/samples/ASR/spk1_snt2.wav,tests/samples/ASR/spk1_snt2.wav,tests/samples/ASR/spk1_snt2.wav,tests/samples/ASR/spk1_snt2.wav,spk1,tests/samples/ASR/spk1_snt2.pkl,vcl d r aa cl p dh ax cl t uw sil w eh n y uw ae vcl d dh ax f ih vcl g y er,d r o p t h e t u e w h e n y o u a d d t h e f i g u r e s,drop the tue when you add the figures,drop the tue when you add the figures,drop the tue when you add the figures,{[this is a fake semantics]},{[this is a fake semantics]}
|
annotation/ASR_train.json
ADDED
@@ -0,0 +1,170 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"spk1_snt1": {
|
3 |
+
"wav": "{data_root}/spk1_snt1.wav",
|
4 |
+
"path": "{data_root}/spk1_snt1.wav",
|
5 |
+
"duration": "2.87",
|
6 |
+
"length": "2.87",
|
7 |
+
"spk_id": "spk1",
|
8 |
+
"ali": "{data_root}/spk1_snt1.pkl",
|
9 |
+
"phn": "dh ax cl ch ay l vcl d ao l m ow s cl t hh er cl t sil dh ax s m ao l vcl d ao vcl",
|
10 |
+
"ground_truth_phn_ends": "194 426 884 4391 9455 9986 10342 11271 12168 12531 14612 17739 17903 18893 20726 21929 22360 22530 24798 25601 28365 29468 29631 30002 32311 32808 35114 44279 45388 45479",
|
11 |
+
"char": "t h e c h i l d a l m o s t h u r t t h e s m a l l d o g ",
|
12 |
+
"wrd": "THE CHILD ALMOST HURT THE SMALL DOG",
|
13 |
+
"words": "THE CHILD ALMOST HURT THE SMALL DOG",
|
14 |
+
"trans": "THE CHILD ALMOST HURT THE SMALL DOG",
|
15 |
+
"label": "THE CHILD ALMOST HURT THE SMALL DOG",
|
16 |
+
"emo": "anger",
|
17 |
+
"fold" : 1,
|
18 |
+
"class_string": "dog_bark",
|
19 |
+
"segment": true,
|
20 |
+
"emotion": [{"emo": "angry", "start": 0, "end": 2.87}],
|
21 |
+
"frame_label": ["a", "a", "a", "a", "a", "a", "a", "a", "a", "a", "a", "a", "a", "a", "a", "a", "a", "a", "a", "a", "a", "a", "a", "a", "a", "a", "a", "a", "a", "a", "a", "a", "a", "a", "a", "a", "a", "a", "a", "a", "a", "a", "a", "a", "a", "a", "a", "a", "a", "a", "a", "a", "a", "a", "a", "a", "a", "a", "a", "a", "a", "a", "a", "a", "a", "a", "a", "a", "a", "a", "a", "a", "a", "a", "a", "a", "a", "a", "a", "a", "a", "a", "a", "a", "a", "a", "a", "a", "a", "a", "a", "a", "a", "a", "a", "a", "a", "a", "a", "a", "a", "a", "a", "a", "a", "a", "a", "a", "a", "a", "a", "a", "a", "a", "a", "a", "a", "a", "a", "a", "a", "a", "a", "a", "a", "a", "a", "a", "a", "a", "a", "a", "a", "a", "a", "a", "a", "a", "a", "a", "a", "a", "a", "a"]
|
22 |
+
},
|
23 |
+
"spk1_snt2": {
|
24 |
+
"wav": "{data_root}/spk1_snt2.wav",
|
25 |
+
"path": "{data_root}/spk1_snt2.wav",
|
26 |
+
"duration": "3.15",
|
27 |
+
"length": "3.15",
|
28 |
+
"spk_id": "spk1",
|
29 |
+
"ali": "{data_root}/spk1_snt2.pkl",
|
30 |
+
"phn": "vcl d r aa cl p dh ax cl t uw sil w eh n y uw ae vcl d dh ax f ih vcl g y er",
|
31 |
+
"ground_truth_phn_ends": "326 519 1442 7249 7400 7782 9313 9647 12170 12358 12362 12834 16053 17413 17463 19508 19880 21328 24393 25351 32926 33872 35505 39419 41432 42846 44790 45438",
|
32 |
+
"char": "d r o p t h e t u e w h e n y o u a d d t h e f i g u r e s",
|
33 |
+
"wrd": "DROP THE TUE WHEN YOU ADD THE FIGURES",
|
34 |
+
"words": "DROP THE TUE WHEN YOU ADD THE FIGURES",
|
35 |
+
"trans": "DROP THE TUE WHEN YOU ADD THE FIGURES",
|
36 |
+
"label": "DROP THE TUE WHEN YOU ADD THE FIGURES",
|
37 |
+
"emo": "sadness",
|
38 |
+
"fold" : 1,
|
39 |
+
"class_string": "siren",
|
40 |
+
"segment": true,
|
41 |
+
"emotion": [{"emo": "sad", "start": 0, "end": 3.15}],
|
42 |
+
"frame_label": ["s", "s", "s", "s", "s", "s", "s", "s", "s", "s", "s", "s", "s", "s", "s", "s", "s", "s", "s", "s", "s", "s", "s", "s", "s", "s", "s", "s", "s", "s", "s", "s", "s", "s", "s", "s", "s", "s", "s", "s", "s", "s", "s", "s", "s", "s", "s", "s", "s", "s", "s", "s", "s", "s", "s", "s", "s", "s", "s", "s", "s", "s", "s", "s", "s", "s", "s", "s", "s", "s", "s", "s", "s", "s", "s", "s", "s", "s", "s", "s", "s", "s", "s", "s", "s", "s", "s", "s", "s", "s", "s", "s", "s", "s", "s", "s", "s", "s", "s", "s", "s", "s", "s", "s", "s", "s", "s", "s", "s", "s", "s", "s", "s", "s", "s", "s", "s", "s", "s", "s", "s", "s", "s", "s", "s", "s", "s", "s", "s", "s", "s", "s", "s", "s", "s", "s", "s", "s", "s", "s", "s", "s", "s", "s", "s", "s", "s", "s", "s", "s", "s", "s", "s", "s", "s", "s", "s", "s"]
|
43 |
+
},
|
44 |
+
"spk1_snt3": {
|
45 |
+
"wav": "{data_root}/spk1_snt3.wav",
|
46 |
+
"path": "{data_root}/spk1_snt3.wav",
|
47 |
+
"duration": "2.72",
|
48 |
+
"length": "2.72",
|
49 |
+
"spk_id": "spk1",
|
50 |
+
"ali": "{data_root}/spk1_snt3.pkl",
|
51 |
+
"phn": "ae cl t dh ae cl t hh ay l eh v ax l dh iy eh r ih z cl p y uh",
|
52 |
+
"ground_truth_phn_ends": "527 1141 2444 3366 5741 7283 11018 13149 13196 13883 16233 17710 18598 20542 23219 25111 27453 29274 30288 31049 35158 35795 36331 36387",
|
53 |
+
"char": "a t t h a t h i g h l e v e l t h e a i r i s p u r e",
|
54 |
+
"wrd": "AT THAT HIGH LEVEL THE AIR IS PURE",
|
55 |
+
"words": "AT THAT HIGH LEVEL THE AIR IS PURE",
|
56 |
+
"trans": "AT THAT HIGH LEVEL THE AIR IS PURE",
|
57 |
+
"label": "AT THAT HIGH LEVEL THE AIR IS PURE",
|
58 |
+
"emo": "happiness",
|
59 |
+
"fold" : 1,
|
60 |
+
"class_string": "dog_bark",
|
61 |
+
"segment": true,
|
62 |
+
"emotion": [{"emo": "happy", "start": 0.1, "end": 2.72}],
|
63 |
+
"frame_label": ["n", "n", "n", "n", "n", "h", "h", "h", "h", "h", "h", "h", "h", "h", "h", "h", "h", "h", "h", "h", "h", "h", "h", "h", "h", "h", "h", "h", "h", "h", "h", "h", "h", "h", "h", "h", "h", "h", "h", "h", "h", "h", "h", "h", "h", "h", "h", "h", "h", "h", "h", "h", "h", "h", "h", "h", "h", "h", "h", "h", "h", "h", "h", "h", "h", "h", "h", "h", "h", "h", "h", "h", "h", "h", "h", "h", "h", "h", "h", "h", "h", "h", "h", "h", "h", "h", "h", "h", "h", "h", "h", "h", "h", "h", "h", "h", "h", "h", "h", "h", "h", "h", "h", "h", "h", "h", "h", "h", "h", "h", "h", "h", "h", "h", "h", "h", "h", "h", "h", "h", "h", "h", "h", "h", "h", "h", "h", "h", "h", "h", "h", "h", "h", "h", "h", "h", "h"]
|
64 |
+
},
|
65 |
+
"spk1_snt4": {
|
66 |
+
"wav": "{data_root}/spk1_snt4.wav",
|
67 |
+
"path": "{data_root}/spk1_snt4.wav",
|
68 |
+
"duration": "2.53",
|
69 |
+
"length": "2.53",
|
70 |
+
"spk_id": "spk1",
|
71 |
+
"ali": "{data_root}/spk1_snt4.pkl",
|
72 |
+
"phn": "ey th ih n s cl t r ay cl p r ah n z vcl d aw n dh ax m ih vcl d ax",
|
73 |
+
"ground_truth_phn_ends": "2799 5582 5757 10005 10114 11265 12283 14066 14141 16798 17097 18436 18751 19786 21522 28034 28366 28794 29452 30858 33511 35776 37489 37933 38441 38817",
|
74 |
+
"char": "a t h i n s t r i p e r u n s d o w n t h e m i d d l e",
|
75 |
+
"wrd": "A THIN STRIPE RUNS DOWN THE MIDDLE",
|
76 |
+
"words": "A THIN STRIPE RUNS DOWN THE MIDDLE",
|
77 |
+
"trans": "A THIN STRIPE RUNS DOWN THE MIDDLE",
|
78 |
+
"label": "A THIN STRIPE RUNS DOWN THE MIDDLE",
|
79 |
+
"emo": "neutrality",
|
80 |
+
"fold" : 1,
|
81 |
+
"class_string": "dog_bark",
|
82 |
+
"segment": true,
|
83 |
+
"emotion": [{"emo": "sad", "start": 0, "end": 2.53}],
|
84 |
+
"frame_label": ["s", "s", "s", "s", "s", "s", "s", "s", "s", "s", "s", "s", "s", "s", "s", "s", "s", "s", "s", "s", "s", "s", "s", "s", "s", "s", "s", "s", "s", "s", "s", "s", "s", "s", "s", "s", "s", "s", "s", "s", "s", "s", "s", "s", "s", "s", "s", "s", "s", "s", "s", "s", "s", "s", "s", "s", "s", "s", "s", "s", "s", "s", "s", "s", "s", "s", "s", "s", "s", "s", "s", "s", "s", "s", "s", "s", "s", "s", "s", "s", "s", "s", "s", "s", "s", "s", "s", "s", "s", "s", "s", "s", "s", "s", "s", "s", "s", "s", "s", "s", "s", "s", "s", "s", "s", "s", "s", "s", "s", "s", "s", "s", "s", "s", "s", "s", "s", "s", "s", "s", "s", "s", "s", "s", "s", "s", "s"]
|
85 |
+
},
|
86 |
+
"spk2_snt1": {
|
87 |
+
"wav": "{data_root}/spk2_snt1.wav",
|
88 |
+
"path": "{data_root}/spk2_snt1.wav",
|
89 |
+
"duration": "2.01",
|
90 |
+
"length": "2.01",
|
91 |
+
"spk_id": "spk2",
|
92 |
+
"ali": "{data_root}/spk2_snt1.pkl",
|
93 |
+
"phn": "w iy er sh ao r dh ax dx w ah n w ao r ih z ih n ah",
|
94 |
+
"ground_truth_phn_ends": "556 1337 2834 2997 5821 10367 11912 13390 13887 14799 17368 19958 20390 20982 22806 24291 26293 26716 27697 28654",
|
95 |
+
"char": "w e a r e s u r e t h a t o n e w o r e i s e n o u g h",
|
96 |
+
"wrd": "WE ARE SURE THAT ONE WORE IS ENOUGH",
|
97 |
+
"words": "WE ARE SURE THAT ONE WORE IS ENOUGH",
|
98 |
+
"trans": "WE ARE SURE THAT ONE WORE IS ENOUGH",
|
99 |
+
"label": "WE ARE SURE THAT ONE WORE IS ENOUGH",
|
100 |
+
"emo": "sadness",
|
101 |
+
"fold" : 1,
|
102 |
+
"class_string": "siren",
|
103 |
+
"segment": true,
|
104 |
+
"emotion": [{"emo": "sad", "start": 0, "end": 2.01}],
|
105 |
+
"frame_label": ["s", "s", "s", "s", "s", "s", "s", "s", "s", "s", "s", "s", "s", "s", "s", "s", "s", "s", "s", "s", "s", "s", "s", "s", "s", "s", "s", "s", "s", "s", "s", "s", "s", "s", "s", "s", "s", "s", "s", "s", "s", "s", "s", "s", "s", "s", "s", "s", "s", "s", "s", "s", "s", "s", "s", "s", "s", "s", "s", "s", "s", "s", "s", "s", "s", "s", "s", "s", "s", "s", "s", "s", "s", "s", "s", "s", "s", "s", "s", "s", "s", "s", "s", "s", "s", "s", "s", "s", "s", "s", "s", "s", "s", "s", "s", "s", "s", "s", "s", "s", "s"]
|
106 |
+
},
|
107 |
+
"spk2_snt2": {
|
108 |
+
"wav": "{data_root}/spk2_snt2.wav",
|
109 |
+
"path": "{data_root}/spk2_snt2.wav",
|
110 |
+
"duration": "1.76",
|
111 |
+
"length": "1.76",
|
112 |
+
"spk_id": "spk2",
|
113 |
+
"ali": "{data_root}/spk2_snt2.pkl",
|
114 |
+
"phn": "w ah cl t vcl jh oy dh eh r ih z ih n l ih v ih",
|
115 |
+
"ground_truth_phn_ends": "1785 4045 4351 5483 5634 6519 9581 9843 10271 14405 15467 16893 16942 19115 21663 22480 27162 27255",
|
116 |
+
"char": "w h a t j o y t h e r e i s i n l i v i n g",
|
117 |
+
"wrd": "WHAT JOY THERE IS IN LIVING",
|
118 |
+
"words": "WHAT JOY THERE IS IN LIVING",
|
119 |
+
"trans": "WHAT JOY THERE IS IN LIVING",
|
120 |
+
"label": "WHAT JOY THERE IS IN LIVING",
|
121 |
+
"emo": "anger",
|
122 |
+
"fold" : 1,
|
123 |
+
"class_string": "dog_bark",
|
124 |
+
"segment": true,
|
125 |
+
"emotion": [{"emo": "angry", "start": 0, "end": 1.76}],
|
126 |
+
"frame_label": ["a", "a", "a", "a", "a", "a", "a", "a", "a", "a", "a", "a", "a", "a", "a", "a", "a", "a", "a", "a", "a", "a", "a", "a", "a", "a", "a", "a", "a", "a", "a", "a", "a", "a", "a", "a", "a", "a", "a", "a", "a", "a", "a", "a", "a", "a", "a", "a", "a", "a", "a", "a", "a", "a", "a", "a", "a", "a", "a", "a", "a", "a", "a", "a", "a", "a", "a", "a", "a", "a", "a", "a", "a", "a", "a", "a", "a", "a", "a", "a", "a", "a", "a", "a", "a", "a", "a", "a"]
|
127 |
+
},
|
128 |
+
"spk2_snt3": {
|
129 |
+
"wav": "{data_root}/spk2_snt3.wav",
|
130 |
+
"path": "{data_root}/spk2_snt3.wav",
|
131 |
+
"duration": "1.88",
|
132 |
+
"length": "1.88",
|
133 |
+
"spk_id": "spk2",
|
134 |
+
"ali": "{data_root}/spk2_snt3.pkl",
|
135 |
+
"phn": "t eh r ah th ih n sh iy cl t f er m dh iy y eh l ow cl p ae vcl",
|
136 |
+
"ground_truth_phn_ends": "650 1583 2832 5136 5309 5746 6328 7315 8947 9208 11911 15229 15917 17992 18695 21391 22528 25213 25471 28124 28319 29324 29583 29686",
|
137 |
+
"char": "t h e r a t i n s h i p f r o m t h e y a l l o w p a v",
|
138 |
+
"wrd": "TEAR THIN SHEEP FROM THE OTHER PAT",
|
139 |
+
"words": "TEAR THIN SHEEP FROM THE OTHER PAT",
|
140 |
+
"trans": "TEAR THIN SHEEP FROM THE OTHER PAT",
|
141 |
+
"label": "TEAR THIN SHEEP FROM THE OTHER PAT",
|
142 |
+
"emo": "anger",
|
143 |
+
"fold" : 1,
|
144 |
+
"class_string": "siren",
|
145 |
+
"segment": true,
|
146 |
+
"emotion": [{"emo": "angry", "start": 0, "end": 1.88}],
|
147 |
+
"frame_label": ["a", "a", "a", "a", "a", "a", "a", "a", "a", "a", "a", "a", "a", "a", "a", "a", "a", "a", "a", "a", "a", "a", "a", "a", "a", "a", "a", "a", "a", "a", "a", "a", "a", "a", "a", "a", "a", "a", "a", "a", "a", "a", "a", "a", "a", "a", "a", "a", "a", "a", "a", "a", "a", "a", "a", "a", "a", "a", "a", "a", "a", "a", "a", "a", "a", "a", "a", "a", "a", "a", "a", "a", "a", "a", "a", "a", "a", "a", "a", "a", "a", "a", "a", "a", "a", "a", "a", "a", "a", "a", "a", "a", "a", "a"]
|
148 |
+
},
|
149 |
+
"spk2_snt4": {
|
150 |
+
"wav": "{data_root}/spk2_snt4.wav",
|
151 |
+
"path": "{data_root}/spk2_snt4.wav",
|
152 |
+
"duration": "2.04",
|
153 |
+
"length": "2.04",
|
154 |
+
"spk_id": "spk2",
|
155 |
+
"ali": "{data_root}/spk2_snt4.pkl",
|
156 |
+
"phn": "m eh n vcl d dh ax cl k ow cl t vcl b ih f ao r y uw vcl g ow aw cl",
|
157 |
+
"ground_truth_phn_ends": "221 2861 5242 5565 6026 8375 8995 11104 13245 15704 17867 18045 18166 18294 20855 21283 25187 25782 25881 28121 29653 30698 31398 31837 32287",
|
158 |
+
"char": "m e n t h e c o w t b e f o r e y o u g o o u t",
|
159 |
+
"wrd": "MEND THE COAT BEFORE YOU GO OUT",
|
160 |
+
"words": "MEND THE COAT BEFORE YOU GO OUT",
|
161 |
+
"trans": "MEND THE COAT BEFORE YOU GO OUT",
|
162 |
+
"label": "MEND THE COAT BEFORE YOU GO OUT",
|
163 |
+
"emo": "sadness",
|
164 |
+
"fold" : 1,
|
165 |
+
"class_string": "dog_bark",
|
166 |
+
"segment": true,
|
167 |
+
"emotion": [{"emo": "sad", "start": 0, "end": 2.04}],
|
168 |
+
"frame_label": ["s", "s", "s", "s", "s", "s", "s", "s", "s", "s", "s", "s", "s", "s", "s", "s", "s", "s", "s", "s", "s", "s", "s", "s", "s", "s", "s", "s", "s", "s", "s", "s", "s", "s", "s", "s", "s", "s", "s", "s", "s", "s", "s", "s", "s", "s", "s", "s", "s", "s", "s", "s", "s", "s", "s", "s", "s", "s", "s", "s", "s", "s", "s", "s", "s", "s", "s", "s", "s", "s", "s", "s", "s", "s", "s", "s", "s", "s", "s", "s", "s", "s", "s", "s", "s", "s", "s", "s", "s", "s", "s", "s", "s", "s", "s", "s", "s", "s", "s", "s", "s", "s"]
|
169 |
+
}
|
170 |
+
}
|
annotation/ASR_train_39p.json
ADDED
@@ -0,0 +1,98 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"spk1_snt1": {
|
3 |
+
"wav": "{data_root}/spk1_snt1.wav",
|
4 |
+
"duration": "2.87",
|
5 |
+
"length": "2.87",
|
6 |
+
"spk_id": "spk1",
|
7 |
+
"ali": "{data_root}/spk1_snt1.pkl",
|
8 |
+
"phn": "dh ah sil ch ay l sil d aa l m ow s sil t hh er sil t sil dh ah s m aa l sil d aa sil",
|
9 |
+
"ground_truth_phn_ends": "194 426 884 4391 9455 9986 10342 11271 12168 12531 14612 17739 17903 18893 20726 21929 22360 22530 24798 25601 28365 29468 29631 30002 32311 32808 35114 44279 45388 45479",
|
10 |
+
"char": "t h e c h i l d a l m o s t h u r t t h e s m a l l d o g ",
|
11 |
+
"wrd": "THE CHILD ALMOST HURT THE SMALL DOG",
|
12 |
+
"emo": "anger"
|
13 |
+
},
|
14 |
+
"spk1_snt2": {
|
15 |
+
"wav": "{data_root}/spk1_snt2.wav",
|
16 |
+
"duration": "3.15",
|
17 |
+
"length": "3.15",
|
18 |
+
"spk_id": "spk1",
|
19 |
+
"ali": "{data_root}/spk1_snt2.pkl",
|
20 |
+
"phn": "sil d r aa sil p dh ah sil t uw sil w eh n y uw ae sil d dh ah f ih sil g y er",
|
21 |
+
"ground_truth_phn_ends": "326 519 1442 7249 7400 7782 9313 9647 12170 12358 12362 12834 16053 17413 17463 19508 19880 21328 24393 25351 32926 33872 35505 39419 41432 42846 44790 45438",
|
22 |
+
"char": "d r o p t h e t u e w h e n y o u a d d t h e f i g u r e s",
|
23 |
+
"wrd": "DROP THE TUE WHEN YOU ADD THE FIGURES",
|
24 |
+
"emo": "sadness"
|
25 |
+
},
|
26 |
+
"spk1_snt3": {
|
27 |
+
"wav": "{data_root}/spk1_snt3.wav",
|
28 |
+
"duration": "2.72",
|
29 |
+
"length": "2.72",
|
30 |
+
"spk_id": "spk1",
|
31 |
+
"ali": "{data_root}/spk1_snt3.pkl",
|
32 |
+
"phn": "ae sil t dh ae sil t hh ay l eh v ah l dh iy eh r ih z sil p y uh",
|
33 |
+
"ground_truth_phn_ends": "527 1141 2444 3366 5741 7283 11018 13149 13196 13883 16233 17710 18598 20542 23219 25111 27453 29274 30288 31049 35158 35795 36331 36387",
|
34 |
+
"char": "a t t h a t h i g h l e v e l t h e a i r i s p u r e",
|
35 |
+
"wrd": "AT THAT HIGH LEVEL THE AIR IS PURE",
|
36 |
+
"emo": "happiness"
|
37 |
+
},
|
38 |
+
"spk1_snt4": {
|
39 |
+
"wav": "{data_root}/spk1_snt4.wav",
|
40 |
+
"duration": "2.53",
|
41 |
+
"length": "2.53",
|
42 |
+
"spk_id": "spk1",
|
43 |
+
"ali": "{data_root}/spk1_snt4.pkl",
|
44 |
+
"phn": "ey th ih n s sil t r ay sil p r ah n z sil d aw n dh ah m ih sil d ah",
|
45 |
+
"ground_truth_phn_ends": "2799 5582 5757 10005 10114 11265 12283 14066 14141 16798 17097 18436 18751 19786 21522 28034 28366 28794 29452 30858 33511 35776 37489 37933 38441 38817",
|
46 |
+
"char": "a t h i n s t r i p e r u n s d o w n t h e m i d d l e",
|
47 |
+
"wrd": "A THIN STRIPE RUNS DOWN THE MIDDLE",
|
48 |
+
"emo": "neutrality"
|
49 |
+
},
|
50 |
+
"spk2_snt1": {
|
51 |
+
"wav": "{data_root}/spk2_snt1.wav",
|
52 |
+
"duration": "2.01",
|
53 |
+
"length": "2.01",
|
54 |
+
"spk_id": "spk2",
|
55 |
+
"ali": "{data_root}/spk2_snt1.pkl",
|
56 |
+
"phn": "w iy er sh aa r dh ah dx w ah n w aa r ih z ih n ah",
|
57 |
+
"ground_truth_phn_ends": "556 1337 2834 2997 5821 10367 11912 13390 13887 14799 17368 19958 20390 20982 22806 24291 26293 26716 27697 28654",
|
58 |
+
"char": "w e a r e s u r e t h a t o n e w o r e i s e n o u g h",
|
59 |
+
"wrd": "WE ARE SURE THAT ONE WORE IS ENOUGH",
|
60 |
+
"emo": "sadness"
|
61 |
+
},
|
62 |
+
"spk2_snt2": {
|
63 |
+
"wav": "{data_root}/spk2_snt2.wav",
|
64 |
+
"duration": "1.76",
|
65 |
+
"length": "1.76",
|
66 |
+
"spk_id": "spk2",
|
67 |
+
"ali": "{data_root}/spk2_snt2.pkl",
|
68 |
+
"phn": "w ah sil t sil jh oy dh eh r ih z ih n l ih v ih",
|
69 |
+
"ground_truth_phn_ends": "1785 4045 4351 5483 5634 6519 9581 9843 10271 14405 15467 16893 16942 19115 21663 22480 27162 27255",
|
70 |
+
"char": "w h a t j o y t h e r e i s i n l i v i n g",
|
71 |
+
"wrd": "WHAT JOY THERE IS IN LIVING",
|
72 |
+
"emo": "anger"
|
73 |
+
},
|
74 |
+
"spk2_snt3": {
|
75 |
+
"wav": "{data_root}/spk2_snt3.wav",
|
76 |
+
"duration": "1.88",
|
77 |
+
"length": "1.88",
|
78 |
+
"spk_id": "spk2",
|
79 |
+
"ali": "{data_root}/spk2_snt3.pkl",
|
80 |
+
"phn": "t eh r ah th ih n sh iy sil t f er m dh iy y eh l ow sil p ae sil",
|
81 |
+
"ground_truth_phn_ends": "650 1583 2832 5136 5309 5746 6328 7315 8947 9208 11911 15229 15917 17992 18695 21391 22528 25213 25471 28124 28319 29324 29583 29686",
|
82 |
+
"char": "t h e r a t i n s h i p f r o m t h e y a l l o w p a v",
|
83 |
+
"wrd": "TEAR THIN SHEEP FROM THE OTHER PAT",
|
84 |
+
"emo": "anger"
|
85 |
+
},
|
86 |
+
"spk2_snt4": {
|
87 |
+
"wav": "{data_root}/spk2_snt4.wav",
|
88 |
+
"duration": "2.04",
|
89 |
+
"length": "2.04",
|
90 |
+
"spk_id": "spk2",
|
91 |
+
"ali": "{data_root}/spk2_snt4.pkl",
|
92 |
+
"phn": "m eh n sil d dh ah sil k ow sil t sil b ih f aa r y uw sil g ow aw cl",
|
93 |
+
"ground_truth_phn_ends": "221 2861 5242 5565 6026 8375 8995 11104 13245 15704 17867 18045 18166 18294 20855 21283 25187 25782 25881 28121 29653 30698 31398 31837 32287",
|
94 |
+
"char": "m e n t h e c o w t b e f o r e y o u g o o u t",
|
95 |
+
"wrd": "MEND THE COAT BEFORE YOU GO OUT",
|
96 |
+
"emo": "sadness"
|
97 |
+
}
|
98 |
+
}
|
annotation/ASR_train_plda.csv
ADDED
@@ -0,0 +1,7 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
ID, duration,start,stop,wav,clean_wav,noisy_wav,s1_wav,s2_wav,mix_wav,target,spk_id,ali,phn,char,wrd,text,transcript,semantics,command
|
2 |
+
spk1_snt1,2.87,0,45000,tests/samples/ASR/spk1_snt1.wav,tests/samples/ASR/spk1_snt1.wav,tests/samples/ASR/spk1_snt1.wav,tests/samples/ASR/spk1_snt1.wav,tests/samples/ASR/spk1_snt1.wav,tests/samples/ASR/spk1_snt1.wav,tests/samples/ASR/spk1_snt1.wav,spk1,tests/samples/ASR/spk1_snt1.pkl,dh ax cl ch ay l vcl d ao l m ow s cl t hh er cl t sil dh ax s m ao l vcl d ao vcl,t h e c h i l d a l m o s t h u r t t h e s m a l l d o g ,the child almost hurt the small dog,the child almost hurt the small dog,the child almost hurt the small dog,{[this is a fake semantics]},{[this is a fake semantics]}
|
3 |
+
spk1_snt2,3.15,0,50000,tests/samples/ASR/spk1_snt2.wav,tests/samples/ASR/spk1_snt2.wav,tests/samples/ASR/spk1_snt2.wav,tests/samples/ASR/spk1_snt2.wav,tests/samples/ASR/spk1_snt2.wav,tests/samples/ASR/spk1_snt2.wav,tests/samples/ASR/spk1_snt2.wav,spk1,tests/samples/ASR/spk1_snt2.pkl,vcl d r aa cl p dh ax cl t uw sil w eh n y uw ae vcl d dh ax f ih vcl g y er,d r o p t h e t u e w h e n y o u a d d t h e f i g u r e s,drop the tue when you add the figures,drop the tue when you add the figures,drop the tue when you add the figures,{[this is a fake semantics]},{[this is a fake semantics]}
|
4 |
+
spk1_snt3,2.72,0,43000,tests/samples/ASR/spk1_snt3.wav,tests/samples/ASR/spk1_snt3.wav,tests/samples/ASR/spk1_snt3.wav,tests/samples/ASR/spk1_snt4.wav,tests/samples/ASR/spk1_snt3.wav,tests/samples/ASR/spk1_snt3.wav,tests/samples/ASR/spk1_snt3.wav,spk1,tests/samples/ASR/spk1_snt3.pkl,dh ax cl ch ay l vcl d ao l m ow s cl t hh er cl t sil dh ax s m ao l vcl d ao vcl,t h e c h i l d a l m o s t h u r t t h e s m a l l d o g ,the child almost hurt the small dog,the child almost hurt the small dog,the child almost hurt the small dog,{[this is a fake semantics]},{[this is a fake semantics]}
|
5 |
+
spk1_snt4,2.53,0,40000,tests/samples/ASR/spk1_snt4.wav,tests/samples/ASR/spk1_snt4.wav,tests/samples/ASR/spk1_snt4.wav,tests/samples/ASR/spk1_snt5.wav,tests/samples/ASR/spk1_snt4.wav,tests/samples/ASR/spk1_snt4.wav,tests/samples/ASR/spk1_snt4.wav,spk1,tests/samples/ASR/spk1_snt4.pkl,vcl d r aa cl p dh ax cl t uw sil w eh n y uw ae vcl d dh ax f ih vcl g y er,d r o p t h e t u e w h e n y o u a d d t h e f i g u r e s,drop the tue when you add the figures,drop the tue when you add the figures,drop the tue when you add the figures,{[this is a fake semantics]},{[this is a fake semantics]}
|
6 |
+
spk2_snt1,2.01,0,32000,tests/samples/ASR/spk2_snt1.wav,tests/samples/ASR/spk2_snt1.wav,tests/samples/ASR/spk2_snt1.wav,tests/samples/ASR/spk2_snt1.wav,tests/samples/ASR/spk2_snt1.wav,tests/samples/ASR/spk2_snt1.wav,tests/samples/ASR/spk2_snt1.wav,spk2,tests/samples/ASR/spk2_snt1.pkl,dh ax cl ch ay l vcl d ao l m ow s cl t hh er cl t sil dh ax s m ao l vcl d ao vcl,t h e c h i l d a l m o s t h u r t t h e s m a l l d o g ,the child almost hurt the small dog,the child almost hurt the small dog,the child almost hurt the small dog,{[this is a fake semantics]},{[this is a fake semantics]}
|
7 |
+
spk2_snt2,1.76,0,28000,tests/samples/ASR/spk2_snt2.wav,tests/samples/ASR/spk2_snt2.wav,tests/samples/ASR/spk2_snt2.wav,tests/samples/ASR/spk2_snt2.wav,tests/samples/ASR/spk2_snt2.wav,tests/samples/ASR/spk2_snt2.wav,tests/samples/ASR/spk2_snt2.wav,spk2,tests/samples/ASR/spk2_snt2.pkl,vcl d r aa cl p dh ax cl t uw sil w eh n y uw ae vcl d dh ax f ih vcl g y er,d r o p t h e t u e w h e n y o u a d d t h e f i g u r e s,drop the tue when you add the figures,drop the tue when you add the figures,drop the tue when you add the figures,{[this is a fake semantics]},{[this is a fake semantics]}
|
annotation/ASR_train_stereo.csv
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
ID,duration,start,stop,channel,wav,clean_wav,noisy_wav,s1_wav,s2_wav,mix_wav,target,spk_id,ali,phn,char,wrd,words,text,transcript,semantics
|
2 |
+
spk1_snt1,2.87,0,16000,A,tests/samples/ASR/spk1_snt1.wav,tests/samples/ASR/spk1_snt1.wav,tests/samples/ASR/spk1_snt1.wav,tests/samples/ASR/spk1_snt1.wav,tests/samples/ASR/spk1_snt1.wav,tests/samples/ASR/spk1_snt1.wav,tests/samples/ASR/spk1_snt1.wav,spk1,tests/samples/ASR/spk1_snt1.pkl,dh ax cl ch ay l vcl d ao l m ow s cl t hh er cl t sil dh ax s m ao l vcl d ao vcl,t h e c h i l d a l m o s t h u r t t h e s m a l l d o g ,the child almost hurt the small dog,the child almost hurt the small dog,the child almost hurt the small dog,the child almost hurt the small dog,{[this is a fake semantics]}
|
3 |
+
spk1_snt2,3.15,0,16000,A,tests/samples/ASR/spk1_snt2.wav,tests/samples/ASR/spk1_snt2.wav,tests/samples/ASR/spk1_snt2.wav,tests/samples/ASR/spk1_snt2.wav,tests/samples/ASR/spk1_snt2.wav,tests/samples/ASR/spk1_snt2.wav,tests/samples/ASR/spk1_snt2.wav,spk1,tests/samples/ASR/spk1_snt2.pkl,vcl d r aa cl p dh ax cl t uw sil w eh n y uw ae vcl d dh ax f ih vcl g y er,d r o p t h e t u e w h e n y o u a d d t h e f i g u r e s,drop the tue when you add the figures,drop the tue when you add the figures,drop the tue when you add the figures,drop the tue when you add the figures,{[this is a fake semantics]}
|
annotation/AudioMNIST_test.json
ADDED
@@ -0,0 +1,43 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"6_56_49": {
|
3 |
+
"file_name": "{data_root}/spk1_snt1.wav",
|
4 |
+
"digit": "6",
|
5 |
+
"speaker_id": "56",
|
6 |
+
"accent": "German",
|
7 |
+
"age": "24",
|
8 |
+
"gender": "female",
|
9 |
+
"native_speaker": false,
|
10 |
+
"origin": "Europe, Germany, Muenster",
|
11 |
+
"recording_date": "2017-09-14T13:09:37",
|
12 |
+
"recording_room": "vr-room",
|
13 |
+
"char": "SIX",
|
14 |
+
"phn": [
|
15 |
+
"S",
|
16 |
+
"IH1",
|
17 |
+
"K",
|
18 |
+
"S"
|
19 |
+
],
|
20 |
+
"len": 12624,
|
21 |
+
"len_s": 0.789
|
22 |
+
},
|
23 |
+
"3_51_37": {
|
24 |
+
"file_name": "{data_root}/spk1_snt2.wav",
|
25 |
+
"digit": "3",
|
26 |
+
"speaker_id": "51",
|
27 |
+
"accent": "German",
|
28 |
+
"age": "26",
|
29 |
+
"gender": "male",
|
30 |
+
"native_speaker": false,
|
31 |
+
"origin": "Europe, Germany, Bremen",
|
32 |
+
"recording_date": "2017-09-13T09:33:15",
|
33 |
+
"recording_room": "vr-room",
|
34 |
+
"char": "THREE",
|
35 |
+
"phn": [
|
36 |
+
"TH",
|
37 |
+
"R",
|
38 |
+
"IY"
|
39 |
+
],
|
40 |
+
"len": 9394,
|
41 |
+
"len_s": 0.587125
|
42 |
+
}
|
43 |
+
}
|
annotation/AudioMNIST_train.json
ADDED
@@ -0,0 +1,41 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"9_42_10": {
|
3 |
+
"file_name": "{data_root}/spk1_snt1.wav",
|
4 |
+
"digit": "9",
|
5 |
+
"speaker_id": "42",
|
6 |
+
"accent": "Arabic",
|
7 |
+
"age": "29",
|
8 |
+
"gender": "male",
|
9 |
+
"native_speaker": false,
|
10 |
+
"origin": "Europe, Syria, Damascus",
|
11 |
+
"recording_date": "2017-09-01T15:23:24",
|
12 |
+
"recording_room": "vr-room",
|
13 |
+
"char": "NINE",
|
14 |
+
"phn": [
|
15 |
+
"N",
|
16 |
+
"AY",
|
17 |
+
"N"
|
18 |
+
],
|
19 |
+
"len": 8618,
|
20 |
+
"len_s": 0.538625
|
21 |
+
},
|
22 |
+
"2_08_8": {
|
23 |
+
"file_name": "{data_root}/spk1_snt2.wav",
|
24 |
+
"digit": "2",
|
25 |
+
"speaker_id": "08",
|
26 |
+
"accent": "German",
|
27 |
+
"age": "41",
|
28 |
+
"gender": "male",
|
29 |
+
"native_speaker": false,
|
30 |
+
"origin": "Europe, Germany, Ludwigsfelde",
|
31 |
+
"recording_date": "2017-07-10T17:39:41",
|
32 |
+
"recording_room": "Kino",
|
33 |
+
"char": "TWO",
|
34 |
+
"phn": [
|
35 |
+
"T",
|
36 |
+
"UW"
|
37 |
+
],
|
38 |
+
"len": 6972,
|
39 |
+
"len_s": 0.43575
|
40 |
+
}
|
41 |
+
}
|
annotation/AudioMNIST_valid.json
ADDED
@@ -0,0 +1,41 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"9_42_10": {
|
3 |
+
"file_name": "{data_root}/spk1_snt1.wav",
|
4 |
+
"digit": "9",
|
5 |
+
"speaker_id": "42",
|
6 |
+
"accent": "Arabic",
|
7 |
+
"age": "29",
|
8 |
+
"gender": "male",
|
9 |
+
"native_speaker": false,
|
10 |
+
"origin": "Europe, Syria, Damascus",
|
11 |
+
"recording_date": "2017-09-01T15:23:24",
|
12 |
+
"recording_room": "vr-room",
|
13 |
+
"char": "NINE",
|
14 |
+
"phn": [
|
15 |
+
"N",
|
16 |
+
"AY",
|
17 |
+
"N"
|
18 |
+
],
|
19 |
+
"len": 8618,
|
20 |
+
"len_s": 0.538625
|
21 |
+
},
|
22 |
+
"2_08_8": {
|
23 |
+
"file_name": "{data_root}/spk1_snt2.wav",
|
24 |
+
"digit": "2",
|
25 |
+
"speaker_id": "08",
|
26 |
+
"accent": "German",
|
27 |
+
"age": "41",
|
28 |
+
"gender": "male",
|
29 |
+
"native_speaker": false,
|
30 |
+
"origin": "Europe, Germany, Ludwigsfelde",
|
31 |
+
"recording_date": "2017-07-10T17:39:41",
|
32 |
+
"recording_room": "Kino",
|
33 |
+
"char": "TWO",
|
34 |
+
"phn": [
|
35 |
+
"T",
|
36 |
+
"UW"
|
37 |
+
],
|
38 |
+
"len": 6972,
|
39 |
+
"len_s": 0.43575
|
40 |
+
}
|
41 |
+
}
|
annotation/Diarization_train.json
ADDED
@@ -0,0 +1,46 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"spk1_snt1_0.0_2.87": {
|
3 |
+
"wav": "{data_root}/spk1_snt1.wav",
|
4 |
+
"duration": 2.87,
|
5 |
+
"start": 0,
|
6 |
+
"stop": 45920,
|
7 |
+
"spk_id": "1",
|
8 |
+
"ali": "{data_root}/spk1_snt1.pkl",
|
9 |
+
"phn": "dh ax cl ch ay l vcl d ao l m ow s cl t hh er cl t sil dh ax s m ao l vcl d ao vcl",
|
10 |
+
"char": "t h e c h i l d a l m o s t h u r t t h e s m a l l d o g ",
|
11 |
+
"wrd": "THE CHILD ALMOST HURT THE SMALL DOG"
|
12 |
+
},
|
13 |
+
"spk1_snt2_0.7_3.12": {
|
14 |
+
"wav": "{data_root}/spk1_snt2.wav",
|
15 |
+
"duration": 2.42,
|
16 |
+
"start": 11200,
|
17 |
+
"stop": 49920,
|
18 |
+
"spk_id": "1",
|
19 |
+
"ali": "{data_root}/spk1_snt2.pkl",
|
20 |
+
"phn": "vcl d r aa cl p dh ax cl t uw sil w eh n y uw ae vcl d dh ax f ih vcl g y er",
|
21 |
+
"char": "d r o p t h e t u e w h e n y o u a d d t h e f i g u r e s",
|
22 |
+
"wrd": "DROP THE TUE WHEN YOU ADD THE FIGURES"
|
23 |
+
},
|
24 |
+
"spk2_snt3_0.6_1.62": {
|
25 |
+
"wav": "{data_root}/spk2_snt3.wav",
|
26 |
+
"duration": 1.02,
|
27 |
+
"start": 9600,
|
28 |
+
"stop": 25920,
|
29 |
+
"spk_id": "2",
|
30 |
+
"ali": "{data_root}/spk2_snt3.pkl",
|
31 |
+
"phn": "t eh r ah th ih n sh iy cl t f er m dh iy y eh l ow cl p ae vcl",
|
32 |
+
"char": "t h e r a t i n s h i p f r o m t h e y a l l o w p a v",
|
33 |
+
"wrd": "TEAR THIN SHEEP FROM THE OTHER PAT"
|
34 |
+
},
|
35 |
+
"spk2_snt4_0.4_2.02": {
|
36 |
+
"wav": "{data_root}/spk2_snt4.wav",
|
37 |
+
"duration": 1.62,
|
38 |
+
"start": 6400,
|
39 |
+
"stop": 32320,
|
40 |
+
"spk_id": "2",
|
41 |
+
"ali": "{data_root}/spk2_snt4.pkl",
|
42 |
+
"phn": "m eh n vcl d dh ax cl k ow cl t vcl b ih f ao r y uw vcl g ow aw cl",
|
43 |
+
"char": "m e n t h e c o w t b e f o r e y o u g o o u t",
|
44 |
+
"wrd": "MEND THE COAT BEFORE YOU GO OUT"
|
45 |
+
}
|
46 |
+
}
|
annotation/LM_dev.csv
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
ID,words
|
2 |
+
0,SUNDAY IS THE BEST PART OF THE WEEK
|
3 |
+
1,KEN PAIRS LACK FULL FLAVOR
|
annotation/LM_dev.txt
ADDED
@@ -0,0 +1,2 @@
|
|
|
|
|
|
|
1 |
+
SUNDAY IS THE BEST PART OF THE WEEK
|
2 |
+
KEN PAIRS LACK FULL FLAVOR
|
annotation/LM_train.csv
ADDED
@@ -0,0 +1,9 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
ID,words
|
2 |
+
0,THE CHILD ALMOST HURT THE SMALL DOG
|
3 |
+
1,DROP THE TUE WHEN YOU ADD THE FIGURES
|
4 |
+
2,AT THAT HIGH LEVEL THE AIR IS PURE
|
5 |
+
3,A THIN STRIPE RUNS DOWN THE MIDDLE
|
6 |
+
4,WE ARE SURE THAT ONE WORE IS ENOUGH
|
7 |
+
5,WHAT JOY THERE IS IN LIVING
|
8 |
+
6,TEAR THIN SHEEP FROM THE OTHER PAT
|
9 |
+
7,MEND THE COAT BEFORE YOU GO OUT
|
annotation/LM_train.txt
ADDED
@@ -0,0 +1,8 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
THE CHILD ALMOST HURT THE SMALL DOG
|
2 |
+
DROP THE TUE WHEN YOU ADD THE FIGURES
|
3 |
+
AT THAT HIGH LEVEL THE AIR IS PURE
|
4 |
+
A THIN STRIPE RUNS DOWN THE MIDDLE
|
5 |
+
WE ARE SURE THAT ONE WORE IS ENOUGH
|
6 |
+
WHAT JOY THERE IS IN LIVING
|
7 |
+
TEAR THIN SHEEP FROM THE OTHER PAT
|
8 |
+
MEND THE COAT BEFORE YOU GO OUT
|