Hi everyone,
I’m trying to load a remote audio file in PlugData using sfload (from ELSE).
The URL comes from a small PHP script that returns a raw WAV file, for example:
https://www.peamarte.it/freesound_get.php?q=drums&max_dur=15&mode=raw
But sfload prints:
sfload: Could not open file 'https://www.peamarte.it/freesound_get.php?q=drums&max_dur=15&mode=raw'
So I guess it only accepts local file paths, not URLs.
Is there any simple way to convert or download this kind of dynamic URL so sfload can read it?
Or any object in PlugData that can fetch a file from a URL and save it locally first?
Thanks in advance, emiliano