-
Notifications
You must be signed in to change notification settings - Fork 33
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[No such file or directory error] when running documentation examples #26
Comments
Yikes, that's the least helpful error message I've ever seen. The first thing I can think of: do you have rubberband installed and in your path? |
Thank you so much Brian! Rubberband was not installed as you said. Thank you for pointing that out for me. Now the same code returns the following:
I could only guess am I using the generator in a wrong way? |
Oh, I think maybe that iterator should be wrapped as (Currently on mobile, otherwise would test it myself) |
You are right! I should have spot that as well. Just FYI, I was lazily copying the code from the documentation. I just added |
Glad it's working, and sorry for the incorrect example code! I'll fix it when I'm back on a real machine. Alternately, a PR would be greatly appreciated if you want to take a stab at it. Thanks for pointing this out! |
No problem, I will do a PR later!
|
I'm closing this one out -- I think the original cause of this report is better handled within pyrubberband. |
I probably missed something very basic. So I was trying to test the muda code examples from the documentation as follows.
jams_obj = muda.load_jam_audio(jam_file, song_file)
pitch = muda.deformers.LinearPitchShift(n_samples=5, lower=-2, upper=2)
and I encountered the following error message:
Please give me any pointers on what I have been missing... I checked the content of jams_obj and the audio is loaded.
The text was updated successfully, but these errors were encountered: