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
Normally you just need to specify the rate parameter when playing numpy arrays. You do it like this:
sr=<number>Audio(x, rate=sr)
But you want to play an audio file, so I don't think that will solve your problem.
Looking at you code above. There is a typo in your code. You are downloading file 'Copy.mp3' (with a capital C) and trying to load the file 'copy.mp3' (small c).
Hi @wensaochen,
The error you reported does not seem to be related to spleeter (no spleeter code is involved only ipython one) and then it should not be reported in spleeter issues. I close it then.
Anyone has ideas of this issue?
The text was updated successfully, but these errors were encountered: