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

Audio plots without lines and units #266

Closed alexarje closed 2 years ago

alexarje commented 2 years ago

Sometimes it is nice to have waveforms and spectrograms without the border lines, labels, and units. So could you add an option to turn all of these off?

joachimpoutaraud commented 2 years ago

I have updated the audio.waveform() and audio.spectrogram() functions by adding a raw parameter which allows the user to plot only the raw content of the waveform or spectrogram. More information can be found on the wiki page.

This is only available on the local repository at the moment but I will update a new version of the repository on PyPI with some other functions shortly.