output/alsa: add option "close_on_pause"
This allows keeping the ALSA PCM open even if playback is paused. As a side effect, this allows using the "always_on" option with ALSA outputs, because "always_on" pauses the output. Closes https://github.com/MusicPlayerDaemon/MPD/issues/1623
This commit is contained in:
@@ -896,6 +896,11 @@ The `Advanced Linux Sound Architecture (ALSA) <http://www.alsa-project.org/>`_ p
|
||||
|
||||
Example: "96000:16:* 192000:24:* dsd64:*=dop *:dsd:*".
|
||||
|
||||
* - **close_on_pause yes|no**
|
||||
- Close the ALSA device while playback is paused? This defaults
|
||||
to *yes* because this allows other applications to use the
|
||||
device while MPD is paused.
|
||||
|
||||
The according hardware mixer plugin understands the following settings:
|
||||
|
||||
.. list-table::
|
||||
|
Reference in New Issue
Block a user