AgonConsole8 / agon-vdp

Official Firmware for the Agon Console8: ESP32 VDP
MIT License
43 stars 17 forks source link

Thread-safe audio #118

Closed stevesims closed 10 months ago

stevesims commented 10 months ago

Rewrite of parts of the audio system to use atomic values, and mutexes to help make the audio system be thread safe

Requires a custom version of vdp-gl which also uses mutexes to ensure that attach/detach calls are safe