The approach in the previous recipe (using PlayOneShot(...) with a single AudioSource component) is fine for one-off sound effects. When further control is required over a playing sound, each sound will need to be played in its own AudioSource component. In this recipe, we'll create two separate AudioSource components and pause/resume each of them with different arrow keys.





















































