4c9920184a
* Added surround channel mapping API and capability * New config file options * Driver options may be specified in config file * Workaround for ESD non-4096 byte write bug * Workaround aRts server crash bug * Numerous patches from multiple downstreams
16 lines
423 B
Plaintext
16 lines
423 B
Plaintext
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)
|
|
* aRts (KDE sound server)
|
|
* NAS (Network Audio System)
|
|
* PulseAudio
|
|
|
|
WWW: http://www.xiph.org/ao/
|