diff options
author | Max Kellermann <max@musicpd.org> | 2019-05-13 22:39:44 +0200 |
---|---|---|
committer | Max Kellermann <max@musicpd.org> | 2019-05-13 22:39:44 +0200 |
commit | c6b08a4d48ad3d20d0604dabac0d3074d9441e84 (patch) | |
tree | 7bc7f340cd39a06008a505c3d15f0ac717a21a1f /doc | |
parent | 040e87ad8d0e35e7d1ad3ca421ed35a521958f35 (diff) |
doc/user.rst: add reference to audio_output_format
Diffstat (limited to 'doc')
-rw-r--r-- | doc/user.rst | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/doc/user.rst b/doc/user.rst index a4724ebe4..b678b9535 100644 --- a/doc/user.rst +++ b/doc/user.rst @@ -504,6 +504,8 @@ reference. Audio Format Settings --------------------- +.. _audio_output_format: + Global Audio Format ~~~~~~~~~~~~~~~~~~~ @@ -915,7 +917,7 @@ Check list for bit-perfect playback: device (:samp:`hw:0,0` or similar). * Don't use software volume (setting :code:`mixer_type`). * Don't force :program:`MPD` to use a specific audio format (settings - :code:`format`, :code:`audio_output_format`). + :code:`format`, :ref:`audio_output_format <audio_output_format>`). * Verify that you are really doing bit-perfect playback using :program:`MPD`'s verbose log and :file:`/proc/asound/card*/pcm*p/sub*/hw_params`. Some DACs can also indicate the audio format. Direct Stream Digital (DSD) |