soft/eqctl
Seppo Ingalsuo 1a1e1268ee EQ: Add equalizer control tool eqctl
This patch adds a simple control tool to setup during runtime (idle)
the IIR or FIR equalizer with new coefficients configuration. It is
useful in tuning of the equalizers. The tool also has capability to read
the EQ configuration from DSP.

Run "sof-eqctl -h" to see usage. The directory SOFT/tune/eq contains tool
to create EQ setup data.

Signed-off-by: Seppo Ingalsuo <seppo.ingalsuo@linux.intel.com>
2018-09-28 17:41:53 +03:00
..
Makefile.am EQ: Add equalizer control tool eqctl 2018-09-28 17:41:53 +03:00
README EQ: Add equalizer control tool eqctl 2018-09-28 17:41:53 +03:00
eq_fir_flat.txt EQ: Add equalizer control tool eqctl 2018-09-28 17:41:53 +03:00
eq_fir_loudness.txt EQ: Add equalizer control tool eqctl 2018-09-28 17:41:53 +03:00
eq_fir_mid.txt EQ: Add equalizer control tool eqctl 2018-09-28 17:41:53 +03:00
eq_iir_bandpass.txt EQ: Add equalizer control tool eqctl 2018-09-28 17:41:53 +03:00
eq_iir_bassboost.txt EQ: Add equalizer control tool eqctl 2018-09-28 17:41:53 +03:00
eq_iir_flat.txt EQ: Add equalizer control tool eqctl 2018-09-28 17:41:53 +03:00
eq_iir_loudness.txt EQ: Add equalizer control tool eqctl 2018-09-28 17:41:53 +03:00
eqctl.c EQ: Add equalizer control tool eqctl 2018-09-28 17:41:53 +03:00

README

How to use sof-eqctl tool
=========================

This tool helps to access the ext bytes or tlv bytes control of SOF
equalizer components eq_iir and eq_fir. Please find the documentation
in https://thesofproject.github.io/latest/getting_started/index.html
for more information.