There is a new pull request by oreo639 against master on the void-packages repository https://github.com/oreo639/void-packages allegro5 https://github.com/void-linux/void-packages/pull/48008 allegro5: enable pulseaudio support and fix audio in pipewire #### Testing the changes - I tested the changes in this PR: **YES** Currently, running an allegro application with a system using pipwire as a replacement for pulse audio results in all applications not being able to output audio with `snd_pcm_avail after recover: Broken pipe`. Enabling pulseaudio fixed this issue for me. You can test this using the `opensurge` which uses allegro5. As soon as you open the application, no applications (including opensurge) will be able to output audio until opensurge is closed. A patch file from https://github.com/void-linux/void-packages/pull/48008.patch is attached