Skip to content

Add a module for loading Parametric EQ

Sanchayan Maity requested to merge SanchayanMaity/pipewire:parametric-eq into master

Websites like squig.link or https://www.autoeq.app/ generate a file for parametric equalization for a given target, but this is not a format that can be directly given to filter chain module.

This module translates the file to filter chain module arguments and then loads the filter chain module with these arguments.

Merge request reports