How to download audio.clip via www in C#?

Does anyone have a working example of how to download an audioclip via www and attach it to an audiosource so it can be played? Looking for an example in C#

All examples that I have found so far have had errors and my own experimenting has not produced anything that emits sound :slight_smile:

Anyone?

iByte

Actually the issue turned out to be that www.audioClip currently only supports oggVorbis.

oggVorbis is not currently supported on iDevices.

So that means it’s not possible to load a wav or mp3 via the www class when running on a iTouch, iPhone or iPad.

I hope that changes sometime in the future :frowning: