Skip to content

v1.0.0-alpha.3

Choose a tag to compare

@github-actions github-actions released this 08 Jul 22:01
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.