I am trying to use Librosa to load an audio from a url and my current solution is to just download the file then open it. I want to be able to run the program on a cloud service with no local storage but I would need a way to load from the url directly. I have looked around but cannot find anything.
Asked
Active
Viewed 346 times
1
-
[This](https://stackoverflow.com/questions/59426275/download-and-open-file-with-librosa-without-writing-to-filesystem) might be relevant. – akilat90 Jun 20 '22 at 20:03
-
What have you looked at, and why do those things not suit your use case? Please edit your post to contain these details. – BrokenBenchmark Jun 21 '22 at 00:16
-
Which cloud services for Python has no local storage? – Jon Nordby Jun 21 '22 at 21:05