Fluidsynth settings?

Hi,

is there a way to adjuist the settings for Fluidsynth? like fluid_chorus_depth=8

Comments

  • Currently the only FluidSynth setting that can be changed via Doomsday is "audio.driver".

    The way this is done is via the ~/.doomsday/defaults file. See example here: https://manual.dengine.net/guide/2.0/man/doomsday#additional_files

    I'll figure out some way to set additional options... While some GUI editor would be nice in the Audio config dialog, at least I can first expand that "defaults" file to support arbitrary FluidSynth settings so you can set any values you'd like.
  • I'm asking because I found a SC-55 soundfont from Patch93 and he recommended changing some fluidsynth settings like.....
    fluid_chorus_type=1
    fluid_chorus_depth=8
    fluid_chorus_speed=0.3
    fluid_chorus_level=1
    fluid_chorus_voices=3
    fluid_reverb_level=0.1
    fluid_reverb_width=4
    fluid_reverb_damping=0
    fluid_reverb_roomsize=0.8
    fluid_threads=1
    fluid_samplerate=0
    fluid_interp=1
    fluid_voices=128
    fluid_chorus=true
    fluid_reverb=true
    fluid_gain=0.8
    

    Thx for helping :)



  • Those look like ZDoom's FluidSynth config variables. Some of them should map pretty directly to FluidSynth API settings (http://www.fluidsynth.org/api-1.x/index.html#CreatingSynth), but some of them might be ZDoom-specific. I'm not familiar with ZDoom's behavior when it comes to FluidSynth.

    I can expose the FluidSynth API settings as-is, but I'm hesitant to try emulating ZDoom's behavior/config vars.
  • Yes, Source the settings were meant be used with ZDoom, but I thought they were all generic fluidsynth ones. Sorry....

Sign In or Register to comment.