diff options
author | Max Kellermann <max@musicpd.org> | 2019-05-13 22:36:17 +0200 |
---|---|---|
committer | Max Kellermann <max@musicpd.org> | 2019-05-13 22:36:19 +0200 |
commit | d5521ead56c11e671c87467418464b90371e8730 (patch) | |
tree | e3ad8e7c03454f1f40c2acca6b8542b1c33978e8 /doc | |
parent | f8468451c915bf9933543961c4a4785d330b0b93 (diff) |
doc/user.rst: add missing space
Diffstat (limited to 'doc')
-rw-r--r-- | doc/user.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/user.rst b/doc/user.rst index ea65442b2..ff43c4f6d 100644 --- a/doc/user.rst +++ b/doc/user.rst @@ -885,7 +885,7 @@ To verify if :program:`MPD` converts the audio format, enable verbose logging, a .. code-block:: none decoder: audio_format=44100:24:2, seekable=true - output: opened plugin=alsa name="An ALSA output"audio_format=44100:16:2 + output: opened plugin=alsa name="An ALSA output" audio_format=44100:16:2 output: converting from 44100:24:2 This example shows that a 24 bit file is being played, but the sound chip cannot play 24 bit. It falls back to 16 bit, discarding 8 bit. |