diff options
author | trevor <trevor@FreeBSD.org> | 2001-04-10 07:31:49 +0800 |
---|---|---|
committer | trevor <trevor@FreeBSD.org> | 2001-04-10 07:31:49 +0800 |
commit | 60c1dd2ee5b36f56378d28b0cef1f7e5f2046bbb (patch) | |
tree | 26813e135a0f2f31c94c6e0d3ad7ae71fe868393 /audio/libao/pkg-descr | |
parent | 20ecb5877a36b0836255c0fb65a5135d42db5c78 (diff) | |
download | freebsd-ports-gnome-60c1dd2ee5b36f56378d28b0cef1f7e5f2046bbb.tar.gz freebsd-ports-gnome-60c1dd2ee5b36f56378d28b0cef1f7e5f2046bbb.tar.zst freebsd-ports-gnome-60c1dd2ee5b36f56378d28b0cef1f7e5f2046bbb.zip |
minor changes to documentation
Submitted by: maintainer
Diffstat (limited to 'audio/libao/pkg-descr')
-rw-r--r-- | audio/libao/pkg-descr | 14 |
1 files changed, 8 insertions, 6 deletions
diff --git a/audio/libao/pkg-descr b/audio/libao/pkg-descr index 9b346137f023..e7fbd3d03a05 100644 --- a/audio/libao/pkg-descr +++ b/audio/libao/pkg-descr @@ -1,7 +1,9 @@ -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: - * Open Sound System (Linux, *BSD) - * ESounD - * Advanced Linux Sound Architecture +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 * WAV files + * OSS (Open Sound System) + * ESD (ESounD or Enlightened Sound Daemon) + +WWW: http://www.vorbis.com/ |