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
52 stars 11 forks source link

Create MgAudio object #273

Closed alexarje closed 1 year ago

alexarje commented 1 year ago

We now have MgVideo and MgFigure, but I think it would make sense to have a MgAudio as well to allow for importing only an audio file and do various audio processes on it instead of having to load the audio submodule separately.

joachimpoutaraud commented 1 year ago

I have added an MgAudio class to import audio files only and do various audio processes on it. I have also updated the MgVideo class so that it inherits from the MgAudio class. I will update the wiki page for more information and push a new version of the toolbox next week.