mirror of
https://github.com/ZDoom/fluidsynth.git
synced 2024-12-04 01:51:06 +00:00
Document new pipewire settings
This commit is contained in:
parent
30e80abe77
commit
72b74820a9
1 changed files with 24 additions and 0 deletions
|
@ -607,6 +607,30 @@ and commit the results. Refresh with the following command:
|
||||||
Device to use for OSS audio output.
|
Device to use for OSS audio output.
|
||||||
</desc>
|
</desc>
|
||||||
</setting>
|
</setting>
|
||||||
|
<setting>
|
||||||
|
<name>pipewire.media-category</name>
|
||||||
|
<type>str</type>
|
||||||
|
<def>Playback</def>
|
||||||
|
<desc>
|
||||||
|
The media category to use. This value will be passed to <code>PW_KEY_MEDIA_CATEGORY</code>, see Pipewire documentation for valid values.
|
||||||
|
</desc>
|
||||||
|
</setting>
|
||||||
|
<setting>
|
||||||
|
<name>pipewire.media-role</name>
|
||||||
|
<type>str</type>
|
||||||
|
<def>Music</def>
|
||||||
|
<desc>
|
||||||
|
The media role to use. This value will be passed to <code>PW_KEY_MEDIA_ROLE</code>, see Pipewire documentation for valid values.
|
||||||
|
</desc>
|
||||||
|
</setting>
|
||||||
|
<setting>
|
||||||
|
<name>pipewire.media-type</name>
|
||||||
|
<type>str</type>
|
||||||
|
<def>Audio</def>
|
||||||
|
<desc>
|
||||||
|
The media type to use. This value will be passed to <code>PW_KEY_MEDIA_TYPE</code>, see Pipewire documentation for valid values.
|
||||||
|
</desc>
|
||||||
|
</setting>
|
||||||
<setting>
|
<setting>
|
||||||
<name>portaudio.device</name>
|
<name>portaudio.device</name>
|
||||||
<type>str</type>
|
<type>str</type>
|
||||||
|
|
Loading…
Reference in a new issue