I have a game where it is possible to kill lots of enemies quickly, I would like it so that if you kill multiple within a time period, each death is a higher key on a piano, is this possible?
Have you looked at using the AudioSource.pitch? If not give the link a read as it contains an example of modifying the pitch of a particular audio source.