I’m on Debian Linux with Ardour 1:8.12 , pipewire 1.4.1 and fluidsynth 2.4.4
With fluidsynth 2.4.4, i see the following error while ardour starts up and the sound cracks very bad
fluidsynth: error: fluid_synth_set_sample_rate() is no longer supported in this version of fluidsynth!
fluidsynth: error: fluid_synth_set_sample_rate() is no longer supported in this version of fluidsynth!
fluidsynth: error: fluid_synth_set_sample_rate() is no longer supported in this version of fluidsynth!
fluidsynth: error: fluid_synth_set_sample_rate() is no longer supported in this version of fluidsynth!
is there a way to fix the sound?
Thanks in advance
It’s based on fluidsynth.
So if Ardour uses fluid_synth_set_sample_rate() it’s probably not deprecated in the ACE Fluid Synth version.
At least not the one in the official Ardour binary.
I see that Ardour also calls fluid_settings_setnum() to set the sample rate before initializing the synth, which is the recommended method. Ardour doesn’t change sample rate on the fly, so it isn’t clear why Ardour would need to call fluid_synth_set_sample_rate() if the sample rate was already initialized.
the sound was back to normal when i increased this buffer size.
It was initially 1024 and the sound was cracking.
I increased it and it sounded fine/normal
Then i changed back to 1024 and still the sound was normal. I wonder what would be an appropriate value for this.