v1.0.0-alpha.3
fix: use a null ALSA device for emulator sink tests in CI The snd-dummy kernel module isn't available on the GitHub runner kernel, so modprobe failed. Point ALSA's default PCM at its built-in null backend instead: miniaudio opens the "default" device, so a null default lets the emulator sink open a silent device with no hardware or kernel module.