diff options
author | Avuton Olrich <avuton@gmail.com> | 2004-10-26 17:40:57 +0000 |
---|---|---|
committer | Avuton Olrich <avuton@gmail.com> | 2004-10-26 17:40:57 +0000 |
commit | 9b2529360dc6d7c9af19a12bd6de77c1b60d919e (patch) | |
tree | edd7a9cea41685e3dbe4f8e37d5bf8f608f18cc3 | |
parent | f20de32d0d8cd4c1a2ea4d297777c9328bf92b4d (diff) | |
download | mpd-9b2529360dc6d7c9af19a12bd6de77c1b60d919e.tar.gz mpd-9b2529360dc6d7c9af19a12bd6de77c1b60d919e.tar.xz mpd-9b2529360dc6d7c9af19a12bd6de77c1b60d919e.zip |
Added ao_driver options to help the user pick what they need, also told to refer to libao docs for more info
git-svn-id: https://svn.musicpd.org/mpd/trunk@2350 09075e82-0dd4-0310-85a5-a0d7c8717e4f
-rw-r--r-- | doc/mpdconf.example | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/doc/mpdconf.example b/doc/mpdconf.example index cabfcdb83..76c652e64 100644 --- a/doc/mpdconf.example +++ b/doc/mpdconf.example @@ -70,6 +70,22 @@ error_file "~/.mpd/mpd.error" ################## AUDIO OUTPUT ########################## # +# libao (ao_driver) supports any of the following: +# +# * Null output (handy for testing without a sound device) +# * WAV files +# * AU files +# * OSS (Open Sound System, used on Linux and FreeBSD) +# * aRts +# * esd (ESounD or Enlighten Sound Daemon) +# * ALSA (Advanced Linux Sound Architecture) +# * AIX +# * Sun/NetBSD/OpenBSD +# * IRIX +# * NAS (Network Audio Server) +# +# Refer to libao documentation for more information +# # OSS Audio Output #ao_driver "oss" #ao_driver_options "dsp=/dev/dsp" |