Closed cnlohr closed 6 months ago
This does look cleaner to me, I haven't tested for functionality on my system though.
I tested these changes on Windows, msys2, and they work fine. I did have to manually compile it though. -lasound
fails and -lwinmm
is required. Might be nice to update the makefile to be OS aware. You can see an example of that here:
https://github.com/AEFeinstein/Super-2024-Swadge-FW/blob/main/makefile
Added OS detection, I plan to merge in a few hours.
Also fix compile for wave_player on Linux