python_spectrograms_and_inversion
python_spectrograms_and_inversion copied to clipboard
Making the spectrogram Issue
i got error 🤢 at that line
wav_spectrogram = pretty_spectrogram(data.astype('float64'), fft_size = fft_size,
step_size = step_size, log = True , thresh = spec_thresh)
TypeError Traceback (most recent call last)
TypeError: 'float' object cannot be interpreted as an integer