Skip to content

Commit

Permalink
Remove file_id output in feature extraction
Browse files Browse the repository at this point in the history
  • Loading branch information
janden committed Jul 8, 2016
1 parent dab976e commit 29ce3bc
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/classification/do_feature_extraction.m
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,6 @@ function do_feature_extraction(files, dataset, feature_path, ...
binaural_augmentation = default(feature_params, 'binaural_augmentation', false);

parfor file_id = 1:length(files)
disp(file_id);
audio_filename = files{file_id};
[raw_path, raw_filename, ext] = fileparts(audio_filename);
current_feature_file = get_feature_filename(audio_filename, feature_path);
Expand Down Expand Up @@ -89,4 +88,4 @@ function do_feature_extraction(files, dataset, feature_path, ...
end
end
disp(' ');
end
end

0 comments on commit 29ce3bc

Please sign in to comment.