Is Loading Remote Audio Possible?

Has anyone had any success loading remote audio? I am trying to store some large audio files online, rather than in my application but I haven’t been able to find an easy way of doing it.

audio.loadStream doesn’t appear to support paths with http://

It also appears that media.playSound() doesn’t support remote sound, even with media.RemoteSource.

Ideally there would be something for audio that is similar to:

display.loadRemoteImage

or similar to:

video:load( "http://www.coronalabs.com/video/bbb/BigBuckBunny_640x360.m4v", media.RemoteSource )

Anybody have any suggestions for loading remotely stored audio? My files may be as large as 100mb.

-Chris