mirror of
https://github.com/ZDoom/fluidsynth.git
synced 2025-02-22 11:51:56 +00:00
update fluidsettings about unique portaudio device names
This commit is contained in:
parent
99c03350fc
commit
58a5f43d6a
1 changed files with 1 additions and 1 deletions
|
@ -364,7 +364,7 @@ https://stackoverflow.com/a/6251757
|
|||
<type>str</type>
|
||||
<def>PortAudio Default</def>
|
||||
<desc>
|
||||
Device to use for PortAudio driver output. Note that 'PortAudio Default' is a special value which outputs to the default PortAudio device.
|
||||
Device to use for PortAudio driver output. Note that 'PortAudio Default' is a special value which outputs to the default PortAudio device. The format of the device name is: "<device_index>:<host_api_name>:<host_device_name>" e.g. "11:Windows DirectSound:SB PCI"
|
||||
</desc>
|
||||
</setting>
|
||||
<setting>
|
||||
|
|
Loading…
Reference in a new issue