Sorry just seconds after I posted the comment, I got it to work, using the following code (assuming the same example you used):
AudioClip clipObj = Resources.Load("GoodAfternoon") as AudioClip;
That should work.
Sorry just seconds after I posted the comment, I got it to work, using the following code (assuming the same example you used):
AudioClip clipObj = Resources.Load("GoodAfternoon") as AudioClip;
That should work.