sof/tools/ctl
Seppo Ingalsuo 33e642795f Topology: Add EQ IIR presets bundle coefficients blob data and tool
This patch adds for EQ tests and presets switch development a
bundle with five presets: flat, loudness, bass-boost, band-pass,
and high-pass. The m4 file is used by including to topologies. The
text format file is for sof-ctl.

The added code to script example_iir_eq.m is included. The blob is
also useful for testing multi-part IPC for EQ component. The existing
examples were not large enough to exercise the feature.

Signed-off-by: Seppo Ingalsuo <seppo.ingalsuo@linux.intel.com>
2020-05-18 14:42:46 +01:00
..
CMakeLists.txt tools: ctl: dump header information from CSV and DSP data 2019-06-05 10:04:39 +01:00
README ctl: rename sof-eqctl to sof-ctl 2019-06-05 10:04:39 +01:00
ctl.c Tools: Add current sof_abi_hdr struct print capability to sof-ctl 2019-09-13 10:25:58 +01:00
eq_fir_flat.txt ctl: rename sof-eqctl to sof-ctl 2019-06-05 10:04:39 +01:00
eq_fir_loudness.txt ctl: rename sof-eqctl to sof-ctl 2019-06-05 10:04:39 +01:00
eq_fir_mid.txt Tools: EQ: Make a light FIR configuration to test with GCC build 2019-12-20 13:47:18 +00:00
eq_fir_pass.txt ctl: rename sof-eqctl to sof-ctl 2019-06-05 10:04:39 +01:00
eq_iir_bandpass.txt ctl: rename sof-eqctl to sof-ctl 2019-06-05 10:04:39 +01:00
eq_iir_bassboost.txt ctl: rename sof-eqctl to sof-ctl 2019-06-05 10:04:39 +01:00
eq_iir_bundle.txt Topology: Add EQ IIR presets bundle coefficients blob data and tool 2020-05-18 14:42:46 +01:00
eq_iir_flat.txt ctl: rename sof-eqctl to sof-ctl 2019-06-05 10:04:39 +01:00
eq_iir_highpass_20hz_0db_48khz.txt Topology: Apply high-pass for HDA capture streams 2020-01-16 19:48:33 +00:00
eq_iir_highpass_30hz_0db_48khz.txt Topology: Apply high-pass for HDA capture streams 2020-01-16 19:48:33 +00:00
eq_iir_highpass_40hz_0db_48khz.txt Topology: Apply high-pass for HDA capture streams 2020-01-16 19:48:33 +00:00
eq_iir_highpass_50hz_0db_48khz.txt Topology: Apply high-pass for HDA capture streams 2020-01-16 19:48:33 +00:00
eq_iir_loudness.txt ctl: rename sof-eqctl to sof-ctl 2019-06-05 10:04:39 +01:00
eq_iir_pass.txt ctl: rename sof-eqctl to sof-ctl 2019-06-05 10:04:39 +01:00

README

How to use sof-ctl tool
=========================

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