From a7f51f8fd48df7f04f47b515180338f8b9b78fed Mon Sep 17 00:00:00 2001 From: wm4 Date: Sat, 7 Nov 2015 15:20:34 +0100 Subject: ao_jack: remove "alsa" std-channel-layout choice Same deal as with previous commit. "waveext" is less arbitrary and at least supports 3/7 channels. --- DOCS/man/ao.rst | 9 +++------ 1 file changed, 3 insertions(+), 6 deletions(-) (limited to 'DOCS/man') diff --git a/DOCS/man/ao.rst b/DOCS/man/ao.rst index d2e8685132..a35b9c1c4e 100644 --- a/DOCS/man/ao.rst +++ b/DOCS/man/ao.rst @@ -139,16 +139,13 @@ Available audio output drivers are: Automatically create connections to output ports (default: enabled). When enabled, the maximum number of output channels will be limited to the number of available output ports. - ``std-channel-layout=alsa|waveext|any`` - Select the standard channel layout (default: alsa). JACK itself has no + ``std-channel-layout=waveext|any`` + Select the standard channel layout (default: waveext). JACK itself has no notion of channel layouts (i.e. assigning which speaker a given channel is supposed to map to) - it just takes whatever the application outputs, and reroutes it to whatever the user defines. This means the user and the application are in charge of dealing with the channel - layout. ``alsa`` uses the old MPlayer layout, which is inspired by - ALSA's standard layouts. In this mode, ao_jack will refuse to play 3 - or 7 channels (because these do not really have a defined meaning in - MPlayer). ``waveext`` uses WAVE_FORMAT_EXTENSIBLE order, which, even + layout. ``waveext`` uses WAVE_FORMAT_EXTENSIBLE order, which, even though it was defined by Microsoft, is the standard on many systems. The value ``any`` makes JACK accept whatever comes from the audio filter chain, regardless of channel layout and without reordering. This -- cgit v1.2.3