From 2d3b6879f539f9343c37cb1d87dc557288a9e46b Mon Sep 17 00:00:00 2001 From: Dimitris Papastamos Date: Wed, 22 Jun 2016 17:42:29 +0100 Subject: [PATCH] doc: Initial sndio documentation --- doc/user.xml | 45 +++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 45 insertions(+) diff --git a/doc/user.xml b/doc/user.xml index e126f76c8..3b59df677 100644 --- a/doc/user.xml +++ b/doc/user.xml @@ -2737,6 +2737,51 @@ buffer_size: 16384 +
+ <varname>sndio</varname> + + + The sndio plugin uses the sndio library. It should normally be used + on OpenBSD. + + + + + + + Setting + Description + + + + + + device + NAME + + + The audio output device libsndio + will attempt to use. The default is "default" which + causes libsndio to select the first output device. + + + + + + buffer_time + MS + + + Set the application buffer time in milliseconds. + + + + + + +
+
<varname>fifo</varname>