Global audio pitch change

Hi, i wanna change the pitch to all my audiosources on the scene. How can i acess all of em with script?
Thanks

First you need to catch them all, with GameObject.FindObjectsOfType, then loop on that array and change the pitch. You should not do the search ever time you need to do that.