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
057f98ad
Commit
057f98ad
authored
Jan 03, 2017
by
Max Kellermann
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
doc/user: new section about external mixer
parent
3b1c9aa0
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
24 additions
and
2 deletions
+24
-2
user.xml
doc/user.xml
+24
-2
No files found.
doc/user.xml
View file @
057f98ad
...
...
@@ -647,8 +647,10 @@ systemctl start mpd.socket</programlisting>
linkend=
"pulse_output"
>
PulseAudio
</link>
), the
software mixer, the "null" mixer
(
<parameter>
null
</parameter>
; allows setting the
volume, but with no effect) or no mixer
(
<parameter>
none
</parameter>
). By default, the
volume, but with no effect; this can be used as a
trick to implement an
<link
linkend=
"external_mixer"
>
external mixer
</link>
) or no
mixer (
<parameter>
none
</parameter>
). By default, the
hardware mixer is used for devices which support it,
and none for the others.
</entry>
...
...
@@ -1420,6 +1422,26 @@ buffer_size: 16384</programlisting>
</section>
</chapter>
<chapter
id=
"client_hacks"
>
<title>
Client Hacks
</title>
<section
id=
"external_mixer"
>
<title>
External Mixer
</title>
<para>
The setting '
<varname>
mixer_type
</varname>
"
<parameter>
null
</parameter>
"' asks
<application>
MPD
</application>
to pretend that there is a
mixer, but not actually do something. This allows you to
implement a
<application>
MPD
</application>
client which
listens for
<varname>
mixer
</varname>
events, queries the
current (fake) volume, and uses it to program an external
mixer. For example, your client can forward this setting to
your amplifier.
</para>
</section>
</chapter>
<chapter
id=
"plugin_reference"
>
<title>
Plugin reference
</title>
...
...
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