AudioClip is a class in Unity which allows to store an audio clip, and can be attached to an AudioSource.
AudioClip is a class in unity3d which allows to store an audio clip, which can be assigned to an AudioSource. The class can be assigned an audio file asset in several formats, and then programmatically accessed in c# scripts.