Skip to content

Audio: Multiband-DRC: Move blob configuration scripts to module directory#9216

Merged
kv2019i merged 2 commits intothesofproject:mainfrom
singalsu:move_multiband_drc
Sep 10, 2024
Merged

Audio: Multiband-DRC: Move blob configuration scripts to module directory#9216
kv2019i merged 2 commits intothesofproject:mainfrom
singalsu:move_multiband_drc

Conversation

@singalsu
Copy link
Collaborator

No description provided.

singalsu added 2 commits June 10, 2024 15:34
…tory

To consolidate the audio moves the scripts are moved to the same
directory as the module. This first step only moves the files.
The next steps rename the scripts and fix possible issue to
directories move.

Signed-off-by: Seppo Ingalsuo <seppo.ingalsuo@linux.intel.com>
The paths to topology and sof-ctl blobs are updated. The paths
to other setup scripts (common, crossover, drc, eq) are set with
a new helper function multiband_drc_paths.m.

Signed-off-by: Seppo Ingalsuo <seppo.ingalsuo@linux.intel.com>
Comment on lines +12 to +21
common = '../../../../tools/tune/common';
crossover = '../../../../tools/tune/crossover';
drc = '../../../../tools/tune/drc';
eq = '../../../../tools/tune/eq';
# After #9215 merge use this:
# crossover = '../../crossover/tune';
# After #9188 merge use this:
# drc = '../../drc/tune';
# After #9187 merge use this:
# eq = '../../eq_iir/tune';
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Btw, does Matlab/Octave support PATHs via environment variable ? If so, might be easiest to have a script that sets these for the (like Zephyr has convenience script to setup build environment)

Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Yes, the environment variables can be supported:

octave:1> getenv('SOF_WORKSPACE')
ans = /home/singalsu/work/current/sof

Would above be better e.g. as tune = sprintf('%s/sof/tools/tune', getenv('SOF_WORKSPACE')); ?

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Btw, lets track this as a long term feature - ideally long term west would enable this when we configure the environment.

@singalsu singalsu marked this pull request as ready for review August 27, 2024 13:47
@lgirdwood lgirdwood added this to the v2.11 milestone Aug 28, 2024
@kv2019i
Copy link
Collaborator

kv2019i commented Sep 6, 2024

Release reminder - one week to v2.11-rc1.

@kv2019i kv2019i merged commit 1a27843 into thesofproject:main Sep 10, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants