Skip to content

Instantly share code, notes, and snippets.

@ketanhdoshi
Created February 14, 2021 03:32
Show Gist options
  • Save ketanhdoshi/bfeeca178e5b3fe3ec31e8262f293b87 to your computer and use it in GitHub Desktop.
Save ketanhdoshi/bfeeca178e5b3fe3ec31e8262f293b87 to your computer and use it in GitHub Desktop.
Mel Spectrogram Shape
#Spectrogram is a 2D numpy array
print(type(mel_sgram), mel_sgram.shape)
# <class 'numpy.ndarray'> (128, 134)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment