-
Notifications
You must be signed in to change notification settings - Fork 15
Custom Presets
Kim Brose edited this page Jan 12, 2021
·
1 revision
Fields are delimited by newlines (\n
), line numbers correspond to settings as follows:
custom.preset file:
- ladspa_filename
- ladspa_name
- ladspa_label
- empty line
- preset (string)
- num_ladspa_controls (integer, maximum supported by pulseaudio seems to be 15)
- ladspa_controls ("band gain values")
- more ladspa_controls... so the amount of ladspa_controls matches num_ladspa_controls
- ladspa_inputs ("frequency bands" in Hz, correspond to 7.)
- more ladspa_inputs... (correspond to 8.)
equalizerrc has some additional fields:
- ladspa_filename
- ladspa_name
- ladspa_label
- preamp
- preset (string)
- status (integer)
- persistence (integer)
- range low end
- range high end
- num_ladspa_controls (integer, maximum supported by pulseaudio seems to be 15)
- ladspa_controls ("band gain values")
- more ladspa_controls... so the amount of ladspa_controls matches num_ladspa_controls
- ladspa_inputs ("bands", correspond to 10.)
- more ladspa_inputs... (correspond to 11.)