Play Multiples Sounds?

Hi Unity Community, i trying to use 2 audios at the same time, like shot / footsteps

How to do this?

i using
audio.PlayOneShot(“MyAudio”);

You need 2 sourceEmitters if they are played to the same time.