Merge pull request #106 from singalsu/eq_path_change_updates

EQ: Update new path into objective quality test functions
This commit is contained in:
Liam Girdwood 2018-10-15 12:39:55 +01:00 committed by GitHub
commit b76776ba8c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
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); 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);