You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In the block below "Test a sample from the test folder"
The second line mfcc = librosa.feature.mfcc(y1, sr1)
should be replaced with mfcc = librosa.feature.mfcc(y, sr)
The text was updated successfully, but these errors were encountered:
In the block below "Test a sample from the test folder"
The second line
mfcc = librosa.feature.mfcc(y1, sr1)
should be replaced with
mfcc = librosa.feature.mfcc(y, sr)
The text was updated successfully, but these errors were encountered: