-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathsamples.js
More file actions
125 lines (124 loc) · 3.53 KB
/
Copy pathsamples.js
File metadata and controls
125 lines (124 loc) · 3.53 KB
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
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
/* AUTO-GENERATED by build_samples.py — do not edit by hand.
Edit SELECTED_SAMPLES in build_samples.py, then re-run:
python3 build_samples.py --src <dir>
Source layout: <src>/output/<name>_chunk<N>/{speech_edit.wav,transcript.txt}. */
window.SAMPLES = [
{
"id": "sample-01",
"title": "Sample 01",
"sourceId": "stephen_chunk0",
"audio": "assets/samples/sample-01.wav",
"transcript": "assets/samples/sample-01_transcript.txt",
"segments": [
{
"text": "wish in the well. Don't ask me, I'll",
"edited": false
},
{
"text": "never tell. Look to you as it fell,",
"edited": true
},
{
"text": "and now you're in my way. I",
"edited": false
}
]
},
{
"id": "sample-02",
"title": "Sample 02",
"sourceId": "sumukh_chunk0",
"audio": "assets/samples/sample-02.wav",
"transcript": "assets/samples/sample-02_transcript.txt",
"segments": [
{
"text": "National Park established in 1872 holds the distinction of being",
"edited": true
},
{
"text": "the world's first national park and remain one of the America's most iconic natural treasures. Spanning more than 2 million",
"edited": false
}
]
},
{
"id": "sample-03",
"title": "Sample 03",
"sourceId": "alejandro_chunk3",
"audio": "assets/samples/sample-03.wav",
"transcript": "assets/samples/sample-03_transcript.txt",
"segments": [
{
"text": "They're also known for behavior that looks like washing their food, likely linked to their strong sense of touch. These",
"edited": false
},
{
"text": "creatures communicate through a range of vocalizations, which makes them intriguing",
"edited": true
},
{
"text": "to observe.",
"edited": false
}
]
},
{
"id": "sample-04",
"title": "Sample 04",
"sourceId": "xingzhe_chunk4",
"audio": "assets/samples/sample-04.wav",
"transcript": "assets/samples/sample-04_transcript.txt",
"segments": [
{
"text": "activities such as kayaking. I",
"edited": false
},
{
"text": "also like traveling and tourism. My longest journey",
"edited": true
},
{
"text": "is driving from New York to Vancouver. My background is in AI,",
"edited": false
}
]
},
{
"id": "sample-05",
"title": "Sample 05",
"sourceId": "mithilesh_chunk0",
"audio": "assets/samples/sample-05.wav",
"transcript": "assets/samples/sample-05_transcript.txt",
"segments": [
{
"text": "a little turtle named Timmy. Timmy was the smallest turtle in the pond and because of his size, he was often very shy.",
"edited": false
},
{
"text": "While the other turtles would play games and explore the big world around",
"edited": true
},
{
"text": "them, Timmy preferred to",
"edited": false
}
]
},
{
"id": "sample-06",
"title": "Sample 06",
"sourceId": "jasmine_chunk2",
"audio": "assets/samples/sample-06.wav",
"transcript": "assets/samples/sample-06_transcript.txt",
"segments": [
{
"text": "into a music instrument and I built a hospital tool that",
"edited": true
},
{
"text": "helps people talk to each other. I design more than screens. I turn ambiguous signals into design behavior. I am currently building",
"edited": false
}
]
}
];