Feature: Respect AudioContext.outputLatency #1455
Labels
area-player
Related to the audio playback engine.
platform-all
Affects all platforms
state-accepted
This is a valid topic to work on.
type-feature 💡
See #1454
AlphaTab currently does not respect the
AudioContext.outputLatency
describing the timely difference between us passing the audio samples to the context and the actual time it will be heard by the user.This leads to a shift of the cursor and seen audio.
AlphaTab should correctly expose the time and tick position according to the heard audio on the synthesizer area. Internally it might still need to keep its "synth" timeline. Things to consider:
The text was updated successfully, but these errors were encountered: