diff --git a/NEWS b/NEWS index 7a70c1bfb..677b0e133 100644 --- a/NEWS +++ b/NEWS @@ -14,6 +14,7 @@ ver 0.22 (not yet released) - volume: convert S16 to S24 to preserve quality and reduce dithering noise * output - jack: add option "auto_destination_ports" + - pulse: add option "media_role" * switch to C++17 - GCC 7 or clang 4 (or newer) recommended diff --git a/doc/mpdconf.example b/doc/mpdconf.example index 11ef55887..36a26a828 100644 --- a/doc/mpdconf.example +++ b/doc/mpdconf.example @@ -280,6 +280,7 @@ input { # name "My Pulse Output" ## server "remote_server" # optional ## sink "remote_server_sink" # optional +## media_role "media_role" #optional #} # # An example of a winmm output (Windows multimedia API). diff --git a/doc/plugins.rst b/doc/plugins.rst index 55a914011..d5815585e 100644 --- a/doc/plugins.rst +++ b/doc/plugins.rst @@ -1002,6 +1002,8 @@ The pulse plugin connects to a `PulseAudio