ao_sndio: add documentation

This commit is contained in:
Christian Neukirchen 2013-10-05 22:40:38 +02:00 committed by wm4
parent ae9a3e33aa
commit 2119bcbeac
1 changed files with 9 additions and 0 deletions

View File

@ -174,6 +174,15 @@ Available audio output drivers are:
Set the TCP port used for connecting to the server (default: 12345).
Not used if connecting to a Unix domain socket.
``sndio``
Audio output to the OpenBSD sndio sound system
(Note: only supports mono, stereo, 4.0, 5.1 and 7.1 channel
layouts.)
``device=<device>``
sndio device to use (default: ``$AUDIODEVICE``, resp. ``snd0``).
``wasapi``
Audio output to the Windows Audio Session API.