AudioClip.frequency
var frequency: int;
Description

Sample frequency. (Read Only)

	// Prints the frequency of the attached audio in Hz
	Debug.Log(audio.clip.frequency);