Am using this code
IEnumerator LoadAudio() { www = new WWW("local device location for audio"); yield return www; if (www.error != null) { Debug.Log(