EQ: Update new path into objective quality test functions
This patch fixes the path issue from previous directory structure maintenance. Signed-off-by: Seppo Ingalsuo <seppo.ingalsuo@linux.intel.com>
This commit is contained in:
parent
c0a881a3b7
commit
9250bfe034
|
@ -85,7 +85,7 @@ measfn = sprintf('mls-%s.wav', id);
|
||||||
csvfn = sprintf('mls-%s.txt', id);
|
csvfn = sprintf('mls-%s.txt', id);
|
||||||
|
|
||||||
%% Paths
|
%% Paths
|
||||||
addpath('../../test/test_utils');
|
addpath('../../test/audio/test_utils');
|
||||||
|
|
||||||
%% MLS
|
%% MLS
|
||||||
n_mls = round(fs*t_mls_s);
|
n_mls = round(fs*t_mls_s);
|
||||||
|
|
Loading…
Reference in New Issue