microsoft / microsoft/cognitive-services-speech-sdk-js
[Bug]: Wrong phoneme
Open
@glharper is already working on this.
Since Jan 18, 2025.
bug
- Dominant language
- TypeScript
- Stars
- 325
- Forks
- 118
- PR merge metrics
- No merged PRs in 30d
Description
What happened?
Wrong phoneme for word "your"
Result:
y ax r
Expected:
y ao r
Version
1.42.0 (Latest)
Relevant log output
{
"Word": "your",
"Offset": 10900000,
"Duration": 1600000,
"PronunciationAssessment": {
"AccuracyScore": 100,
"ErrorType": "None"
},
"Syllables": [
{
"Syllable": "yaxr",
"Grapheme": "your",
"PronunciationAssessment": {
"AccuracyScore": 100
},
"Offset": 10900000,
"Duration": 1600000
}
],
"Phonemes": [
{
"Phoneme": "y",
"PronunciationAssessment": {
"AccuracyScore": 100
},
"Offset": 10900000,
"Duration": 300000
},
{
"Phoneme": "ax",
"PronunciationAssessment": {
"AccuracyScore": 100
},
"Offset": 11300000,
"Duration": 400000
},
{
"Phoneme": "r",
"PronunciationAssessment": {
"AccuracyScore": 100
},
"Offset": 11800000,
"Duration": 700000
}
]
},
Contributor guide
No contributing guide indexed for this repository
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Assessment
This issue has not been assessed yet.