As far as I know there's no way to modulate pitch with the current lua. Your best bet might be to use a sound editing tool (e.g. audacity) and edit your sounds, then write a script that plays the sound you want.
You can play sounds with AudioMan:PlaySound() or by putting the sound on an emitter and spawning in the emitter.
Here's the wiki page for AudioMan. PlaySound isn't in it unfortunately, but you can find reference to the function
here and you can figure out the arguments for it by trial and error I imagine - or just do what most people do and use an emitter.