fourMs / MGT-python

Musical Gestures Toolbox for Python
https://www.uio.no/ritmo/english/research/labs/fourms/downloads/software/musicalgesturestoolbox/mgt-python/index.html
GNU General Public License v3.0
53 stars 11 forks source link

Implement saving audio analysis data #124

Open balintlaczko opened 4 years ago

balintlaczko commented 4 years ago

...into csv, tsv or txt, similar to how it's done with the motiondata in motion().

balintlaczko commented 4 years ago

On second consideration, I might wait with this to see if there is a need for this and if so in what resolution (since including all frames could potentially produce quite big csv files).

alexarje commented 4 years ago

I guess some average values could be saved to file. From a plotting perspective, I guess it would primarily make sense to store a downsampled version. Otherwise, the files will be huge.