mirror of
https://github.com/ZDoom/fluidsynth.git
synced 2025-01-19 07:50:49 +00:00
document audio.alsa.autoconnect
This commit is contained in:
parent
24a6748a02
commit
7c523979be
1 changed files with 8 additions and 0 deletions
|
@ -239,6 +239,14 @@ https://stackoverflow.com/a/6251757
|
|||
The format of the audio samples. This is currently only an indication; the audio driver may ignore this setting if it can't handle the specified format.
|
||||
</desc>
|
||||
</setting>
|
||||
<setting>
|
||||
<name>alsa.autoconnect</name>
|
||||
<type>bool</type>
|
||||
<def>0 (FALSE)</def>
|
||||
<desc>
|
||||
If 1 (TRUE), automatically connects FluidSynth to available ALSA MIDI input ports.
|
||||
</desc>
|
||||
</setting>
|
||||
<setting>
|
||||
<name>alsa.device</name>
|
||||
<type>str</type>
|
||||
|
|
Loading…
Reference in a new issue