Skip to content

fix(player): only buffer output events received between play and worklet creation#2764

Merged
Danielku15 merged 1 commit into
developfrom
feature/fix-output-event-buffering
Jul 5, 2026
Merged

fix(player): only buffer output events received between play and worklet creation#2764
Danielku15 merged 1 commit into
developfrom
feature/fix-output-event-buffering

Conversation

@Danielku15

Copy link
Copy Markdown
Member

Issues

Fixes #2561
Fixes #2763

Proposed changes

Follow up from the previous fix. We need to ensure we do not send worklet message from the previous worklet instance to the new one.

Checklist

  • I consent that this change becomes part of alphaTab under it's current or any future open source license
  • Changes are implemented
  • New tests were added

Further details

  • This is a breaking change
  • This change will require update of the documentation/website

@Danielku15 Danielku15 self-assigned this Jul 5, 2026
@Danielku15 Danielku15 marked this pull request as ready for review July 5, 2026 12:57
@Danielku15 Danielku15 merged commit e62647e into develop Jul 5, 2026
5 checks passed
@Danielku15 Danielku15 deleted the feature/fix-output-event-buffering branch July 5, 2026 13:01
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Player acts strange on second playback. AudioWorkletOutput: playback freezes due to race condition between async worklet creation and sample delivery

1 participant