Skip to content

Commit 7406e8e

Browse files
authored
Merge pull request #232 from watson-developer-cloud/dutch-models
Add samples for Dutch audio
2 parents 029a837 + b24a29d commit 7406e8e

File tree

6 files changed

+46
-0
lines changed

6 files changed

+46
-0
lines changed

public/audio/dutch-duo2-mono-NB.wav

694 KB
Binary file not shown.

public/audio/dutch-duo2-mono.wav

1.35 MB
Binary file not shown.

public/audio/new_single2-mono-NB.wav

633 KB
Binary file not shown.

public/audio/new_single2-mono.wav

1.24 MB
Binary file not shown.

src/data/models.json

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -221,5 +221,27 @@
221221
"speaker_labels": true
222222
},
223223
"description": "US English Short Form narrowband model."
224+
},
225+
{
226+
"name": "nl-NL_BroadbandModel",
227+
"language": "nl-NL",
228+
"url": "https://stream.watsonplatform.net/speech-to-text/api/v1/models/nl-NL_BroadbandModel",
229+
"rate": 16000,
230+
"supported_features": {
231+
"custom_language_model": false,
232+
"speaker_labels": false
233+
},
234+
"description": "Dutch broadband model."
235+
},
236+
{
237+
"name": "nl-NL_NarrowbandModel",
238+
"language": "nl-NL",
239+
"url": "https://stream.watsonplatform.net/speech-to-text/api/v1/models/nl-NL_NarrowbandModel",
240+
"rate": 8000,
241+
"supported_features": {
242+
"custom_language_model": false,
243+
"speaker_labels": true
244+
},
245+
"description": "Dutch narrowband model."
224246
}
225247
]

src/data/samples.json

Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -448,5 +448,29 @@
448448
"keywords": "conscience, esprit de fraternité, libres",
449449
"speaker_labels": true
450450
}
451+
],
452+
"nl-NL_BroadbandModel": [
453+
{
454+
"filename": "dutch-duo2-mono.wav",
455+
"keywords": "bedankt, informatie, gelegenheid",
456+
"speaker_labels": false
457+
},
458+
{
459+
"filename": "new_single2-mono.wav",
460+
"keywords": "optimaliseren, klantervaring, de organisaties",
461+
"speaker_labels": false
462+
}
463+
],
464+
"nl-NL_NarrowbandModel": [
465+
{
466+
"filename": "dutch-duo2-mono-NB.wav",
467+
"keywords": "bedankt, informatie, gelegenheid",
468+
"speaker_labels": true
469+
},
470+
{
471+
"filename": "new_single2-mono-NB.wav",
472+
"keywords": "optimaliseren, klantervaring, de organisaties",
473+
"speaker_labels": true
474+
}
451475
]
452476
}

0 commit comments

Comments
 (0)