How to pause a sound/music

Hi! I was wondering if there is a way or a method to be able to pause music/sounds and resume them from the point it was paused from, using an audio source. I couldn’t find a video on this. Any ideas?

AudioListener.pause = true;

Thank you very much!

By the way, is there a way to specifically pause one sound? Im making a game with a radio and i want to add a way to be able to specifically pause the sound coming out of the radio and keep other sounds turned on, for example footsteps.

AudioSource.Pause

AudioSource.UnPause

That helps so much! Thank you!