Skip to content

v1.0.0-alpha.1

Choose a tag to compare

@github-actions github-actions released this 07 Jul 20:34
fix: avoid allocating on every audio-capture callback

The VU meter's capture path allocated a fresh buffer on every audio
callback (many times a second), adding needless garbage-collection
pressure. It now reuses one buffer, matching the emulator's playback
path.