mirror of
https://gitlab.freedesktop.org/pulseaudio/pulseaudio.git
synced 2025-12-15 08:56:34 -05:00
Point to SupportedAudioFormats wiki page where appropriate
I documented the supported PCM sample formats and compressed audio encodings in the wiki, let's add some pointers to the new documentation.
This commit is contained in:
parent
743fa02c5f
commit
36a4923f9b
6 changed files with 26 additions and 30 deletions
|
|
@ -243,11 +243,15 @@ License along with PulseAudio; if not, see <http://www.gnu.org/licenses/>.
|
|||
|
||||
<option>
|
||||
<p><opt>set-sink-formats</opt> <arg>SINK</arg> <arg>FORMATS</arg></p>
|
||||
<optdesc><p>Set the supported formats of the specified sink (identified by its numerical index) if supported by the sink.
|
||||
<arg>FORMATS</arg> is specified as a semi-colon (;) separated list of formats in the form
|
||||
'encoding[, key1=value1, key2=value2, ...]' (for example, AC3 at 32000, 44100 and 48000 Hz would be specified as
|
||||
'ac3-iec61937, format.rate = "[ 32000, 44100, 48000 ]"').
|
||||
</p></optdesc> </option>
|
||||
<optdesc><p>Set the supported formats of the specified sink (identified
|
||||
by its numerical index) if supported by the sink. <arg>FORMATS</arg> is
|
||||
specified as a semi-colon (;) separated list of formats in the form
|
||||
'encoding[, key1=value1, key2=value2, ...]' (for example, AC3 at 32000,
|
||||
44100 and 48000 Hz would be specified as
|
||||
'ac3-iec61937, format.rate = "[ 32000, 44100, 48000 ]"'). See
|
||||
https://www.freedesktop.org/wiki/Software/PulseAudio/Documentation/User/SupportedAudioFormats/
|
||||
for possible encodings. </p></optdesc>
|
||||
</option>
|
||||
|
||||
<option>
|
||||
<p><opt>subscribe</opt></p>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue