---
url: /zh/examples/cpp/graphics/audio.md
---

# 音频程序

我们也可以使用 Xmake 开发音频相关的程序。

## OpenAL

[OpenAL Soft](https://github.com/kcat/openal-soft) 是 OpenAL 3D 音频 API 的跨平台软件实现。

### 编译运行

```bash
$ xmake
$ xmake run
```
