There's a way to call a sample that isn't in HD?

Hi there:

Am wondering, if there’s way to call a sample from a remote location;

that is hosted on some site like : https://freesound.org

The idea is work with sample from there, without load it to my

HD.

Something like this :

External Sample = es

es = “https://freesound.org/people/ERH/sounds/261031/

print sample_duration es

live_loop:es do
sample es, n
sample es,amp: 0.5
sleep 2
end

Thank you for your attention.