mirror of
https://github.com/ZDoom/fluidsynth.git
synced 2024-12-03 09:32:02 +00:00
Document the impact of synth.sample-rate on audio drivers
This commit is contained in:
parent
d547b569ad
commit
977fe31ef4
1 changed files with 1 additions and 1 deletions
|
@ -362,7 +362,7 @@ and commit the results. Refresh with the following command:
|
|||
<min>8000.0</min>
|
||||
<max>96000.0</max>
|
||||
<desc>
|
||||
The sample rate of the audio generated by the synthesizer.
|
||||
The sample rate of the audio generated by the synthesizer. For optimal performance, make sure this value equals the native output rate of the audio driver (in case you are using any of fluidsynth's audio drivers). Some drivers, such as Oboe, will interpolate sample-rates, whereas others, such as Jack, will override this setting, if a mismatch with the native output rate is detected.
|
||||
</desc>
|
||||
</setting>
|
||||
<setting>
|
||||
|
|
Loading…
Reference in a new issue