The example set contains passthrough configuration blobs with SOF IPC3
and IPC4 headers for DRC, FIR, and IIR. A few high-pass configurations
are added for IIR to be used e.g. for speakers. A DRC blob is added
that can be used to boost speaker playback loudness.
The blobs are all in binary format.
Closes: https://github.com/alsa-project/alsa-ucm-conf/pull/419
Signed-off-by: Seppo Ingalsuo <seppo.ingalsuo@linux.intel.com>
Signed-off-by: Jaroslav Kysela <perex@perex.cz>
17 files changed:
--- /dev/null
+# How to build
+
+These blobs were exported with example_fir_eq.m tool from
+[SOF](https://github.com/thesofproject/sof)
+
+Usage:
+cd tools/tune/eq; octave --no-window-system example_fir_eq.m
--- /dev/null
+# How to build
+
+These blobs were exported with example_iir_eq.m tool from
+[SOF](https://github.com/thesofproject/sof)
+
+Usage:
+cd tools/tune/eq; octave --no-window-system example_iir_eq.m
--- /dev/null
+# How to build
+
+These blobs were exported with example_drc.m tool from
+[SOF](https://github.com/thesofproject/sof)
+
+Usage:
+cd tools/tune/drc; octave --no-window-system example_drc.m
--- /dev/null
+# How to build
+
+These blobs were exported with example_fir_eq.m tool from
+[SOF](https://github.com/thesofproject/sof)
+
+Usage:
+cd tools/tune/eq; octave --no-window-system example_fir_eq.m
--- /dev/null
+# How to build
+
+These blobs were exported with example_iir_eq.m tool from
+[SOF](https://github.com/thesofproject/sof)
+
+Usage:
+cd tools/tune/eq; octave --no-window-system example_iir_eq.m