Skip to content

New STT models #214

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 7 commits into from
Dec 19, 2018
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Binary file added public/audio/de-DE_NarrowbandModel_sample1.wav
Binary file not shown.
Binary file added public/audio/de-DE_NarrowbandModel_sample2.wav
Binary file not shown.
Binary file added public/audio/fr-FR_Narrowband_sample1.wav
Binary file not shown.
Binary file added public/audio/fr-FR_Narrowband_sample2.wav
Binary file not shown.
33 changes: 33 additions & 0 deletions src/data/models.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,17 @@
},
"description": "French broadband model."
},
{
"name": "fr-FR_NarrowbandModel",
"language": "fr-FR",
"url": "https://stream.watsonplatform.net/speech-to-text/api/v1/models/fr-FR_NarrowbandModel",
"rate": 8000,
"supported_features": {
"custom_language_model": true,
"speaker_labels": true
},
"description": "French narrowband model."
},
{
"name": "en-US_NarrowbandModel",
"language": "en-US",
Expand Down Expand Up @@ -188,5 +199,27 @@
"speaker_labels": false
},
"description": "German broadband model."
},
{
"name": "de-DE_NarrowbandModel",
"language": "de-DE",
"url": "https://stream.watsonplatform.net/speech-to-text/api/v1/models/de-DE_NarrowbandModel",
"rate": 8000,
"supported_features": {
"custom_language_model": true,
"speaker_labels": false
},
"description": "German narrowband model."
},
{
"name": "en-US_ShortForm_NarrowbandModel",
"language": "en-US",
"url": "https://stream.watsonplatform.net/speech-to-text/api/v1/models/en-US_ShortForm_NarrowbandModel",
"rate": 8000,
"supported_features": {
"custom_language_model": true,
"speaker_labels": true
},
"description": "US English Short Form narrowband model."
}
]
36 changes: 36 additions & 0 deletions src/data/samples.json
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,18 @@
"speaker_labels": true
}
],
"en-US_ShortForm_NarrowbandModel": [
{
"filename": "english2.g712.wav",
"keywords": "twenty thousand dollars, filled out, car",
"speaker_labels": true
},
{
"filename": "english3.g712.wav",
"keywords": "new company, client, Chris",
"speaker_labels": true
}
],
"en-US_NarrowbandModel": [
{
"filename": "english2.g712.wav",
Expand Down Expand Up @@ -183,6 +195,18 @@
"speaker_labels": false
}
],
"de-DE_NarrowbandModel": [
{
"filename": "de-DE_NarrowbandModel_sample1.wav",
"keywords": "Augen, Lindenbäumen, Türme von Wien",
"speaker_labels": false
},
{
"filename": "de-DE_NarrowbandModel_sample2.wav",
"keywords": "Geige, mein Vater, Dorf",
"speaker_labels": false
}
],
"pt-BR_BroadbandModel": [
{
"filename": "pt-BR_Sample1-16KHz.wav",
Expand Down Expand Up @@ -242,5 +266,17 @@
"keywords": "conscience, esprit de fraternité, libres",
"speaker_labels": false
}
],
"fr-FR_NarrowbandModel": [
{
"filename": "fr-FR_Narrowband_sample1.wav",
"keywords": "durée du travail, loisirs",
"speaker_labels": true
},
{
"filename": "fr-FR_Narrowband_sample2.wav",
"keywords": "conscience, esprit de fraternité, libres",
"speaker_labels": true
}
]
}