sof/tools/eqctl
Seppo Ingalsuo d27de3a671 tools: Update eqctl tool and sample configurations for new user ABI
The ext bytes read response parsing needs a fix since it now includes
the ABI header. A warning is printed if max control size is reached.
The example configurations are also updated to contain the header.

The patch also includes new IIR and FIR setup for pass-through
configuration (for testing) that configures the EQ component to totally
pass the filter computation.

Signed-off-by: Seppo Ingalsuo <seppo.ingalsuo@linux.intel.com>
2018-11-30 17:19:26 +02:00
..
Makefile.am Move SOFT into sub folder for SOF merge 2018-11-24 23:27:24 -08:00
README Move SOFT into sub folder for SOF merge 2018-11-24 23:27:24 -08:00
eq_fir_flat.txt tools: Update eqctl tool and sample configurations for new user ABI 2018-11-30 17:19:26 +02:00
eq_fir_loudness.txt tools: Update eqctl tool and sample configurations for new user ABI 2018-11-30 17:19:26 +02:00
eq_fir_mid.txt tools: Update eqctl tool and sample configurations for new user ABI 2018-11-30 17:19:26 +02:00
eq_fir_pass.txt tools: Update eqctl tool and sample configurations for new user ABI 2018-11-30 17:19:26 +02:00
eq_iir_bandpass.txt tools: Update eqctl tool and sample configurations for new user ABI 2018-11-30 17:19:26 +02:00
eq_iir_bassboost.txt tools: Update eqctl tool and sample configurations for new user ABI 2018-11-30 17:19:26 +02:00
eq_iir_flat.txt tools: Update eqctl tool and sample configurations for new user ABI 2018-11-30 17:19:26 +02:00
eq_iir_loudness.txt tools: Update eqctl tool and sample configurations for new user ABI 2018-11-30 17:19:26 +02:00
eq_iir_pass.txt tools: Update eqctl tool and sample configurations for new user ABI 2018-11-30 17:19:26 +02:00
eqctl.c tools: Update eqctl tool and sample configurations for new user ABI 2018-11-30 17:19:26 +02: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.