Keyboard shortcuts

Press or to navigate between chapters

Press S or / to search in the book

Press ? to show this help

Press Esc to hide this help

services.fluidsynth.enable

Whether to enable fluidsynth midi synthesizer.

Type: boolean

Default:

false

Example:

true

Declared by:

services.fluidsynth.package

The fluidsynth package to use.

Type: package

Default:

pkgs.fluidsynth

Declared by:

services.fluidsynth.extraOptions

Extra arguments, added verbatim to the fluidsynth command. See fluidsynth.conf(1).

Type: list of string

Default:

[ ]

Example:

[
  "--sample-rate 96000"
]

Declared by:

services.fluidsynth.soundFont

The soundfont file to use, in SoundFont 2 format.

Type: absolute path

Default:

"${pkgs.soundfont-fluid}/share/soundfonts/FluidR3_GM2-2.sf2";

Declared by:

services.fluidsynth.soundService

The systemd sound service to depend on.

Type: one of “jack”, “pipewire-pulse”, “pulseaudio”

Default:

"pulseaudio"

Example:

"pipewire-pulse"

Declared by: