Originating times of messages from the SystemSpeechRecognizer and MicrosoftSpeechRecognizer components may not reflect the exact times of the corresponding utterances in the audio stream
Nobody has claimed this yet.
- Dominant language
- C#
- Stars
- 574
- Forks
- 104
- Avg merge
- 19m
- Merged PRs (30d)
- 1
Description
Do not rely on the originating times of messages from the SystemSpeechRecognizer and MicrosoftSpeechRecognizer components to be precise with respect to the input audio stream.
Workaround:
If such precision is required, align the bytes in the StreamingSpeechRecognitionResult.Audio property of the output message with the raw input audio to locate the corresponding utterance within the input audio stream.
Contributor guide
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.
Research direction
The issue names SystemSpeechRecognizer, MicrosoftSpeechRecognizer, and StreamingSpeechRecognitionResult.Audio, but no source files or tests. Start by locating those components and tracing how originating times are assigned relative to the input audio stream. Done criteria are not specified; the issue currently documents a limitation and an audio-alignment workaround rather than a concrete change.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- csharp
- Domain
- ai, stream-processing
- Issue type
- Bug
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Activity status
- Stale
- Clarity
- Needs clarification
- Newbie friendliness
- 20/100