v1.0.0-alpha.1
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.