This package browser is in early development. Mind the rough edges.

ao

Cross platform audio library

Libao is a cross-platform audio library that allows programs to output audio using a simple API on a wide variety of platforms. It currently supports:

  1. Null output (handy for testing without a sound device),

  2. WAV files,

  3. AU files,

  4. RAW files,

  5. OSS (Open Sound System, used on Linux and FreeBSD),

  6. ALSA (Advanced Linux Sound Architecture),

  7. aRts (Analog RealTime Synth, used by KDE),

  8. PulseAudio (next generation GNOME sound server),

  9. esd (EsounD or Enlightened Sound Daemon),

  10. Mac OS X,

  11. Windows (98 and later),

  12. AIX,

  13. Sun/NetBSD/OpenBSD,

  14. IRIX,

  15. NAS (Network Audio Server),

  16. RoarAudio (Modern, multi-OS, networked Sound System),

  17. OpenBSD's sndio.

Installation

Install the latest version of ao as follows:

guix install ao

Or install a particular version:

guix install ao@1.2.2-5-g20dc8ed

You can also install packages in augmented, pure or containerized environments for development or simply to try them out without polluting your user profile. See the guix shell documentation for more information.

Badge code

You can use the following badge to inform users of ao about the latest version available in Guix.

Example HTML:

<a href='https://packages.guix.gnu.org/packages/ao'><img src='https://packages.guix.gnu.org/packages/ao/badges/latest-version.svg' alt='Version in GNU Guix'></a>

Example Markdown:

[![Version in GNU Guix](https://packages.guix.gnu.org/packages/ao/badges/latest-version.svg)](https://packages.guix.gnu.org/packages/ao)

Example Org:

[[https://packages.guix.gnu.org/packages/ao][https://packages.guix.gnu.org/packages/ao/badges/latest-version.svg]]