Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
M
mpd
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Registry
Registry
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Иван Мажукин
mpd
Commits
82a89c6b
Commit
82a89c6b
authored
Dec 11, 2013
by
Max Kellermann
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
doc/user: document the "ao" output
Move from doc/mpd.conf.5.
parent
166c70ca
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
53 additions
and
22 deletions
+53
-22
mpd.conf.5
doc/mpd.conf.5
+0
-22
user.xml
doc/user.xml
+53
-0
No files found.
doc/mpd.conf.5
View file @
82a89c6b
...
@@ -398,28 +398,6 @@ channels, respectively. The default is to let JACK choose a pair of ports.
...
@@ -398,28 +398,6 @@ channels, respectively. The default is to let JACK choose a pair of ports.
.TP
.TP
.B ringbuffer_size <size in bytes>
.B ringbuffer_size <size in bytes>
This specifies the size of the ringbuffer in bytes. The default is 32768.
This specifies the size of the ringbuffer in bytes. The default is 32768.
.SH OPTIONAL AO OUTPUT PARAMETERS
.TP
.B driver <driver>
This specifies the libao driver to use for audio output. Possible values
depend on what libao drivers are available. See
<\fBhttp://www.xiph.org/ao/doc/drivers.html\fP> for information on some
commonly used drivers. Typical values for Linux include "oss" and "alsa09".
The default is "default", which causes libao to select an appropriate plugin.
.TP
.B options <opts>
This specifies the options to use for the selected libao driver. For oss, the
only option available is "dsp". For alsa09, the available options are: "dev",
"buf_size", and "periods". See <\fBhttp://www.xiph.org/ao/doc/drivers.html\fP>
for available options for some commonly used drivers. Options are assigned
using "=", and ";" is used to separate options. An example for oss:
"dsp=/dev/dsp". An example for alsa09: "dev=hw:0,0;buf_size=4096". The
default is "".
.TP
.B write_size <size in bytes>
This specifies how many bytes to write to the audio device at once. This
parameter is to work around a bug in older versions of libao on sound cards
with very small buffers. The default is 1024.
.SH REQUIRED SHOUT OUTPUT PARAMETERS
.SH REQUIRED SHOUT OUTPUT PARAMETERS
.TP
.TP
.B name <name>
.B name <name>
...
...
doc/user.xml
View file @
82a89c6b
...
@@ -1398,6 +1398,59 @@ systemctl start mpd.socket</programlisting>
...
@@ -1398,6 +1398,59 @@ systemctl start mpd.socket</programlisting>
The
<varname>
ao
</varname>
plugin uses the portable
The
<varname>
ao
</varname>
plugin uses the portable
<filename>
libao
</filename>
library.
<filename>
libao
</filename>
library.
</para>
</para>
<informaltable>
<tgroup
cols=
"2"
>
<thead>
<row>
<entry>
Setting
</entry>
<entry>
Description
</entry>
</row>
</thead>
<tbody>
<row>
<entry>
<varname>
driver
</varname>
<parameter>
D
</parameter>
</entry>
<entry>
The
<filename>
libao
</filename>
driver to use for
audio output. Possible values depend on what libao
drivers are available. See
<ulink
url=
"http://www.xiph.org/ao/doc/drivers.html"
>
http://www.xiph.org/ao/doc/drivers.html
</ulink>
for information on some commonly used drivers.
Typical values for Linux include "oss" and "alsa09".
The default is "default", which causes libao to
select an appropriate plugin.
</entry>
</row>
<row>
<entry>
<varname>
options
</varname>
<parameter>
O
</parameter>
</entry>
<entry>
Options to pass to the selected
<filename>
libao
</filename>
driver.
</entry>
</row>
<row>
<entry>
<varname>
write_size
</varname>
<parameter>
O
</parameter>
</entry>
<entry>
This specifies how many bytes to write to the audio
device at once. This parameter is to work around a
bug in older versions of libao on sound cards with
very small buffers. The default is 1024.
</entry>
</row>
</tbody>
</tgroup>
</informaltable>
</section>
</section>
<section>
<section>
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment