Skip to content

Conversation

@msluszniak
Copy link
Member

Description

This PR introduces changes that fix transcription for audio longer than 30 seconds. It also fixes Speech to Text demo app. Previously, local paths to audio files hasn't worked. Now they worked.

Introduces a breaking change?

  • Yes
  • No

Type of change

  • Bug fix (change which fixes an issue)
  • New feature (change which adds functionality)
  • Documentation update (improves or adds clarity to existing documentation)
  • Other (chores, tests, code style improvements etc.)

Tested on

  • iOS
  • Android

Testing instructions

Before applying changes:
Run Speech to text demo app with audio longer than 30 seconds. Then, check that it has incorrect transcription
Additionally, try to pass path to local audio file and check, that transcription never starts.

Then, apply changes and check if these two issues are resolved

Screenshots

Related issues

Closes #740

Checklist

  • I have performed a self-review of my code
  • I have commented my code, particularly in hard-to-understand areas
  • I have updated the documentation accordingly
  • My changes generate no new warnings

Additional notes

@msluszniak msluszniak self-assigned this Feb 2, 2026
@msluszniak msluszniak added the bug fix PRs that are fixing bugs label Feb 2, 2026
@msluszniak msluszniak merged commit c811e68 into main Feb 3, 2026
4 checks passed
@msluszniak msluszniak deleted the @ms/fix-transcription branch February 3, 2026 09:40
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

bug fix PRs that are fixing bugs

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Incorrect results from transcribing audio from file

3 participants