novoic / surfboard

Novoic's audio feature extraction library
https://novoic.com
GNU General Public License v3.0
434 stars 47 forks source link

Allow for saving of components and features at the same time #8

Open jonashaag opened 4 years ago

jonashaag commented 4 years ago

Currently to obtain a components and a features file (pickle and csv files) you have to run the command line or the Python API twice, which recomputes the components.

Would be nice if there was support for saving both at the same time.

rlenain commented 4 years ago

That's a great suggestion. Thanks very much, we will consider incorporating this into a future version of Surfboard.