tuwien-musicir / rp_extract

Rhythm Pattern music feature extractor by IFS @ TU-Vienna
GNU General Public License v3.0
111 stars 27 forks source link

allow to append feature files #14

Closed audiofeature closed 7 years ago

audiofeature commented 8 years ago

if audio features are extracted in multiple stages (e.g. from different folders, one after another) allow to append to existing feature files (instead of overwriting them). (take care of relative path issues though)

audiofeature commented 8 years ago

as an intermediate solution, we now added a function to read multiple feature files into one array, in case they were extracted in different steps:

from rp_feature_io import read_multiple_feature_files

audiofeature commented 7 years ago

this is working now already for CSV files (not HDF5)

audiofeature commented 7 years ago

works for HDF5 too now