Closed edgartanaka closed 1 year ago
Hello!
I was running the quickstart example and I ran into 2 issues:
f.read()
f.samplerate
samplerate
I provided a fixed version here which may be the quick solution. Let me know if you'd like me to open a PR.
Thanks! Edgar (MLE at Spotify)
Hello!
I was running the quickstart example and I ran into 2 issues:
f.read()
expects an integer as a parameter butf.samplerate
is a float. The ideal fix would probably be to setf.samplerate
to be an integer.samplerate
is not set.I provided a fixed version here which may be the quick solution. Let me know if you'd like me to open a PR.
Thanks! Edgar (MLE at Spotify)