--- outline: deep --- # Audio Programs We can also develop audio related programs using Xmake. ## OpenAL [OpenAL Soft](https://github.com/kcat/openal-soft) is a cross-platform software implementation of the OpenAL 3D audio API. ### Build and Run ```bash $ xmake $ xmake run ```