microsoft / microsoft/psi

Originating times of messages from the SystemSpeechRecognizer and MicrosoftSpeechRecognizer components may not reflect the exact times of the corresponding utterances in the audio stream

Open
#20 0 comments 0 reactions 0 assignees View on GitHub

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

Open the contributing guide

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. 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

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.