Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(77)

Side by Side Diff: resources/audio_processing/conversational_speech/README.md

Issue 2869833002: Conversational Speech dataset (Closed)
Patch Set: README file added Created 3 years, 7 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
OLDNEW
(Empty)
1 # WebRTC Conversational Speech dataset
2
3 This dataset includes *conversational speech* and *breathing* recordings,
4 and the audio files are named
5 ``<langCode>_script<num>_<speakerGender>_sp<speakerId>_<turnId>.wav`` and
6 ``breathing_<speakerGender>_sp<speakerId>_<num>.wav`` respectively.
7
8 The conversational speech part consists of *turns*. Each turn belongs to a
9 *script*, and a script involves two *speakers* named A and B.
10
11 The scripts have been designed spanning short and long turns. Also, the scripts
12 are gender neutral, which allows to let A and B turns be recorded by both male
13 and female speakers.
14
15 All the audio files have a single channel and a sample rate of 48000 Hz with 16
16 bit samples.
17
18 ## English scripts (EN)
19 ### Script 1
20 - A1: How is your day going?
21 - B1: Quite busy. I'm preparing for my presentation on our marketing strategy.
22 - A2: You must feel stressed out now.
23 - B2: That's an understatement.
24 ### Script 2
25 - A1: Which book are you reading?
26 - B1: Let’s see if you can guess it, listen carefully. She tries to open the
27 doors. They are all locked; she begins to weep. She walks weeping to a high
28 glass table and sits down on its lower ledge. She sits on a big golden key and
29 picks it up in surprise. She tries it on all the doors but it does not fit.
30 - A2: Too hard, yet another hint.
31 - B2: Ok. “Would you tell me, please, which way I ought to go from here?” “That
32 depends a good deal on where you want to get to”, said the Cat. “I don't much
33 care where” she replied.
34 - A3: Stop, I know the rest! “Then it doesn't matter which way you go”, said the
35 Cat. “So long as I get somewhere” she added as an explanation. “Oh, you're sure
36 to do that, if you only walk long enough.”
37 - B3: So, what’s the title?
38 - A4: Alice in Wonderland!
39 - B4: Well done
40 ## Swedish scripts (SE)
41 ### Script 1
42 - A1: Hur är det?
43 - B1: Rätt upptagen. Jag förbereder mig inför min presentation om
44 marknadsföringsstrategi.
45 - A2: Då är du säkert riktigt stressad nu.
46 - B2: Det skulle man kunna säga.
47 ### Script 2
48 - A1: Vilken bok läser du?
49 - B1: Jag ska läsa högt för dig. Försök gissa nu! “Dörren är ändå alldeles för
50 liten för mig. Och jag kan ju inte flyga upp igenom kaninhålet. Hon får syn på
51 en flaska på bordet. Drick mig. Bäst att vara försiktig. Om man dricker en
52 flaska där det står gift så får man nog ångra det förr eller senare. Men det
53 står ju bara drick mig.”
54 - A2: Det är för svårt! Får jag försöka igen?
55 - B2: Ok. “Åt vilket håll ska jag gå?” “Det beror på vart du vill komma”, sa
56 katten. “Det spelar ingen roll.” svarade hon.
57 - A3: Sluta, jag kan fortsättningen: “Då spelar det heller ingen roll åt vilket
58 håll du går." sa katten.
59 “…så länge som jag kommer någonstans”, fortsatte hon. “Åh, det kommer du att
60 göra”, sa katten, “bara du går tillräckligt långt”.
61 - B3: Så vad heter boken?
62 - A4: Alice i Underlandet
63 - B4: Jättebra
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698