Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 5 additions & 0 deletions src/audio/src/tune/sof_src_generate.m
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,11 @@
error('Sample rates in/out matrix size mismatch!');
end

if exist('OCTAVE_VERSION', 'builtin')
pkg load signal
end


Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

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

Unnecessary second blank line

%% Exported coefficients type int16, int24, int32, float

switch cfg.ctype
Expand Down