Skip to content

Raise audio.period-size to 512 for Linux #1642

@fabiangreffrath

Description

@fabiangreffrath

It has been reported against the Debian package that the fluidsynth daemon [1] sucks up a lot of CPU time and [2] causes distortion of pipewire audio. Increasing the period size to the same value as used on Windows was reportedly fixed both of these issues:

[1] https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1075976#10
[2] https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1105956#25

fluid_settings_register_int(settings, "audio.period-size", 64, 64, 8192, 0);

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions