From f0d3227d7bbd291d2838f11aef72ca931bdabca8 Mon Sep 17 00:00:00 2001 From: Max Kellermann Date: Mon, 13 May 2019 22:46:23 +0200 Subject: doc/protocol.rst: add references to audio_output_format --- doc/protocol.rst | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) (limited to 'doc/protocol.rst') diff --git a/doc/protocol.rst b/doc/protocol.rst index a9d757194..e67a60145 100644 --- a/doc/protocol.rst +++ b/doc/protocol.rst @@ -178,8 +178,9 @@ of: file's time stamp with the given value (ISO 8601 or UNIX time stamp). -- ``(AudioFormat == 'SAMPLERATE:BITS:CHANNELS')``: - compares the audio format with the given value. +- ``(AudioFormat == 'SAMPLERATE:BITS:CHANNELS')``: compares the audio + format with the given value. See :ref:`audio_output_format` for a + detailed explanation. - ``(AudioFormat =~ 'SAMPLERATE:BITS:CHANNELS')``: matches the audio format with the given mask (i.e. one @@ -423,7 +424,9 @@ Querying :program:`MPD`'s status - ``xfade``: ``crossfade`` in seconds - ``mixrampdb``: ``mixramp`` threshold in dB - ``mixrampdelay``: ``mixrampdelay`` in seconds - - ``audio``: The format emitted by the decoder plugin during playback, format: ``*samplerate:bits:channels*``. Check the user manual for a detailed explanation. + - ``audio``: The format emitted by the decoder plugin during + playback, format: ``samplerate:bits:channels``. See + :ref:`audio_output_format` for a detailed explanation. - ``updating_db``: ``job id`` - ``error``: if there is an error, returns message here -- cgit v1.2.3