@@ -24,7 +24,7 @@ Class container for audio analysis processes.
2424
2525### MgAudio().descriptors
2626
27- [[ find in source code]] ( https://github.com/fourMs/MGT-python/blob/master/musicalgestures/_audio.py#L484 )
27+ [[ find in source code]] ( https://github.com/fourMs/MGT-python/blob/master/musicalgestures/_audio.py#L485 )
2828
2929``` python
3030def descriptors (
@@ -62,7 +62,7 @@ Renders a figure of plots showing spectral/loudness descriptors, including RMS e
6262
6363### MgAudio().format_time
6464
65- [[ find in source code]] ( https://github.com/fourMs/MGT-python/blob/master/musicalgestures/_audio.py#L46 )
65+ [[ find in source code]] ( https://github.com/fourMs/MGT-python/blob/master/musicalgestures/_audio.py#L49 )
6666
6767``` python
6868def format_time (ax ):
@@ -76,7 +76,7 @@ Format time for audio plotting of video file. This is useful if one wants to plo
7676
7777### MgAudio().hpss
7878
79- [[ find in source code]] ( https://github.com/fourMs/MGT-python/blob/master/musicalgestures/_audio.py#L375 )
79+ [[ find in source code]] ( https://github.com/fourMs/MGT-python/blob/master/musicalgestures/_audio.py#L376 )
8080
8181``` python
8282def hpss (
@@ -122,7 +122,7 @@ margin (float or tuple, optional): Margin size(s) for the masks (as described in
122122
123123### MgAudio().spectrogram
124124
125- [[ find in source code]] ( https://github.com/fourMs/MGT-python/blob/master/musicalgestures/_audio.py#L160 )
125+ [[ find in source code]] ( https://github.com/fourMs/MGT-python/blob/master/musicalgestures/_audio.py#L162 )
126126
127127``` python
128128def spectrogram (
@@ -162,7 +162,7 @@ Renders a figure showing the mel-scaled spectrogram of the video/audio file.
162162
163163### MgAudio().tempogram
164164
165- [[ find in source code]] ( https://github.com/fourMs/MGT-python/blob/master/musicalgestures/_audio.py#L274 )
165+ [[ find in source code]] ( https://github.com/fourMs/MGT-python/blob/master/musicalgestures/_audio.py#L275 )
166166
167167``` python
168168def tempogram (
@@ -194,7 +194,7 @@ Renders a figure with a plots of onset strength and tempogram of the video/audio
194194
195195### MgAudio().waveform
196196
197- [[ find in source code]] ( https://github.com/fourMs/MGT-python/blob/master/musicalgestures/_audio.py#L80 )
197+ [[ find in source code]] ( https://github.com/fourMs/MGT-python/blob/master/musicalgestures/_audio.py#L83 )
198198
199199``` python
200200def waveform (
0 commit comments