Skip to content

fix(android): interrupt handling and main looper usage#2649

Merged
Danielku15 merged 1 commit intodevelopfrom
feature/android-audio-worker
Apr 9, 2026
Merged

fix(android): interrupt handling and main looper usage#2649
Danielku15 merged 1 commit intodevelopfrom
feature/android-audio-worker

Conversation

@Danielku15
Copy link
Copy Markdown
Member

Issues

Fixes #2629

Proposed changes

  • Handle interrupts in Android Audio Worker
  • Use Looper to decouple UI thread (avoids races on destroys of controls)

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 Apr 9, 2026
@Danielku15 Danielku15 merged commit 71af261 into develop Apr 9, 2026
5 checks passed
@Danielku15 Danielku15 deleted the feature/android-audio-worker branch April 9, 2026 16:00
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.

Android: InterruptedException in AndroidAudioWorker.writeSamples()

1 participant