python_spectrograms_and_inversion
python_spectrograms_and_inversion copied to clipboard
Spectrograms, MFCCs, and Inversion Demo in a jupyter notebook
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)...
after runing mel_spec = make_mel(wav_spectrogram, mel_filter, shorten_factor = shorten_factor) I tried to plot mel spectrogram but some errors happening as follows: # plot the compressed spec fig, ax = plt.subplots(nrows=1,ncols=1,...
Hi Tim! vert useful and interesting job. Unfortunately I got an error. I cloned the git, ran the example and, after step 13, i.e., after: `mel_spec = make_mel(wav_spectrogram, mel_filter, shorten_factor...