Miscellaneous optimisations
This PR introduces a few optimisations mainly to do with frame reading and spectrogram visualisation:
-
copy()
arrays only when necessary - use
sparse=True
for meshgrid to save memory
This PR introduces a few optimisations mainly to do with frame reading and spectrogram visualisation:
copy()
arrays only when necessarysparse=True
for meshgrid to save memory