fix: solve audio glitch/crackling on Emscripten via use higher buffer and AUDIO_S16LSB

This commit is contained in:
Ryan Walters
2025-09-10 23:08:08 -05:00
parent a2783ae62d
commit 46a73c5ace
3 changed files with 21 additions and 9 deletions

View File

@@ -1,6 +1,6 @@
[package]
name = "pacman"
version = "0.79.1"
version = "0.79.2"
authors = ["Xevion"]
edition = "2021"
rust-version = "1.86.0"