mirror of https://github.com/thesofproject/sof.git
Merge pull request #106 from singalsu/eq_path_change_updates
EQ: Update new path into objective quality test functions
This commit is contained in:
commit
b76776ba8c
|
@ -85,7 +85,7 @@ measfn = sprintf('mls-%s.wav', id);
|
|||
csvfn = sprintf('mls-%s.txt', id);
|
||||
|
||||
%% Paths
|
||||
addpath('../../test/test_utils');
|
||||
addpath('../../test/audio/test_utils');
|
||||
|
||||
%% MLS
|
||||
n_mls = round(fs*t_mls_s);
|
||||
|
|
Loading…
Reference in New Issue