blob: 977a7cf2c60740851e584c2d3f0295d6ed11e3f4 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
|
libao is a cross-platform audio library that allows programs to
output audio using a simple API on a wide variety of platforms.
On FreeBSD, it currently supports:
* null output
* raw output
* AU files
* WAV files
* OSS (Open Sound System)
And optionally:
* ESD (ESounD or Enlightened Sound Daemon)
* NAS (Network Audio System)
* PulseAudio
WWW: https://www.xiph.org/ao/
|