mirror of
https://github.com/ZDoom/fluidsynth.git
synced 2025-04-07 16:21:18 +00:00
Update periods and period-size with current values from source
This commit is contained in:
parent
cd4376dfea
commit
d14c9edc4f
1 changed files with 4 additions and 4 deletions
|
@ -374,8 +374,8 @@ Developers: Settings can be deprecated by adding: <deprecated>SOME TEXT</depreca
|
|||
<setting>
|
||||
<name>periods</name>
|
||||
<type>int</type>
|
||||
<def>16 (Linux, Mac OS X),<br />
|
||||
8 (Windows)
|
||||
<def>8 (Windows, MacOS9),<br />
|
||||
16 (all other)
|
||||
</def>
|
||||
<min>2</min>
|
||||
<max>64</max>
|
||||
|
@ -386,8 +386,8 @@ Developers: Settings can be deprecated by adding: <deprecated>SOME TEXT</depreca
|
|||
<setting>
|
||||
<name>period-size</name>
|
||||
<type>int</type>
|
||||
<def>64 (Linux, Mac OS X),<br />
|
||||
512 (Windows)
|
||||
<def>512 (Windows),<br />
|
||||
64 (all other)
|
||||
</def>
|
||||
<min>64</min>
|
||||
<max>8192</max>
|
||||
|
|
Loading…
Reference in a new issue