mirror of
https://github.com/ZDoom/fluidsynth.git
synced 2025-04-07 16:21:18 +00:00
fix lower limit of synth.sample-rate in docs
This commit is contained in:
parent
e2e34ba9eb
commit
0fb62e4184
1 changed files with 1 additions and 1 deletions
|
@ -331,7 +331,7 @@ Developers: Settings can be deprecated by adding: <deprecated>SOME TEXT</depreca
|
|||
<name>sample-rate</name>
|
||||
<type>num</type>
|
||||
<def>44100.0</def>
|
||||
<min>22050.0</min>
|
||||
<min>8000.0</min>
|
||||
<max>96000.0</max>
|
||||
<desc>
|
||||
The sample rate of the audio generated by the synthesizer.
|
||||
|
|
Loading…
Reference in a new issue