From 977fe31ef409a5121e5cb280e840989c2fe07b75 Mon Sep 17 00:00:00 2001 From: derselbst Date: Fri, 22 Jan 2021 20:02:40 +0100 Subject: [PATCH] Document the impact of synth.sample-rate on audio drivers --- doc/fluidsettings.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/fluidsettings.xml b/doc/fluidsettings.xml index 3e2e7caa..6dca7a05 100644 --- a/doc/fluidsettings.xml +++ b/doc/fluidsettings.xml @@ -362,7 +362,7 @@ and commit the results. Refresh with the following command: 8000.0 96000.0 - 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.