fix lower limit of synth.sample-rate in docs

This commit is contained in:
derselbst 2018-10-05 17:14:14 +02:00
parent e2e34ba9eb
commit 0fb62e4184

View file

@ -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.