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:
Seppo Ingalsuo 2018-10-15 10:44:42 +03:00
parent c0a881a3b7
commit 9250bfe034
2 changed files with 1 additions and 1 deletions

View File

@ -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);