Sounds connected to animation keyframes?

Can I tie a sound into a keyframe in an animation made in Unity? I am doing simple animations in Unity but can’t figure out how to get a sound to play at just the right moment. Any ideas?
Thanks.

You’ll have to figure at what point in the animation you want the sound played, and then poll animation[“clipname”].time every frame to see whether you should play the sound.