thenick775 / gbajs3

Gbajs3 is a full Game Boy Advance emulator online in the browser supporting the mGBA WASM core. It is freely licensed and works in any modern browser.
Other
41 stars 26 forks source link

fix: audio sync #146

Closed thenick775 closed 4 months ago

thenick775 commented 4 months ago

High Level Details

This is far from a complete fix, as we still need to do frame detection for low power mode in iOS. But this should reduce some of the jitter in the audio callback.

TODO:

Supports #138