Skip to content

Commit

Permalink
fix: audio sync (#146)
Browse files Browse the repository at this point in the history
* fix: audio sync

- bumps wasm files

- approach on this branch:
   - reduce jitter from inconsistent main loop timing
   - more precise counters
   - adjust audio target framerate with fastforward framerate
   - turn on mGBA core frameskipping to match ff framerate

* test: audio sync frames

* test: some extra logging

* test: with extra audio buffer size

* feat: bump wasm files

* fix: audio on resume

- bumps wasm files

* test: different audio sample+samples

- bumps wasm files

* test: revert audio sample rate to 48k

* chore: bump wasm files

- latest on feature/wasm

---------

Co-authored-by: thenick775 <[email protected]>
  • Loading branch information
thenick775 and thenick775 authored Jul 6, 2024
1 parent 6121a58 commit 5233b16
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion gbajs3/src/emulator/mgba/wasm/mgba.js

Large diffs are not rendered by default.

Binary file modified gbajs3/src/emulator/mgba/wasm/mgba.wasm
Binary file not shown.

0 comments on commit 5233b16

Please sign in to comment.