Skip to content

Commit b24a29d

Browse files
committed
feat: Add second Dutch samples and update cached models
1 parent 6c63458 commit b24a29d

File tree

4 files changed

+32
-0
lines changed

4 files changed

+32
-0
lines changed

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: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -454,13 +454,23 @@
454454
"filename": "dutch-duo2-mono.wav",
455455
"keywords": "bedankt, informatie, gelegenheid",
456456
"speaker_labels": false
457+
},
458+
{
459+
"filename": "new_single2-mono.wav",
460+
"keywords": "optimaliseren, klantervaring, de organisaties",
461+
"speaker_labels": false
457462
}
458463
],
459464
"nl-NL_NarrowbandModel": [
460465
{
461466
"filename": "dutch-duo2-mono-NB.wav",
462467
"keywords": "bedankt, informatie, gelegenheid",
463468
"speaker_labels": true
469+
},
470+
{
471+
"filename": "new_single2-mono-NB.wav",
472+
"keywords": "optimaliseren, klantervaring, de organisaties",
473+
"speaker_labels": true
464474
}
465475
]
466476
}

0 commit comments

Comments
 (0)