NickLalo
Results
2
issues of
NickLalo
On line 300 the variable sample_rate should be changed to sr. In the function librosa.load, sr=None allows us to use the native sample rate of the audio file being examined,...
added import of numpy as np for converting our audio wav forms to images. librosa.power_to_db's keyword argument ref uses callable function np.max. Without this, the code will error out with;...