Very nice! But surprisingly that type of processing does not make laughing scary. So this is a stab at scary laughs:
In the code below notice I overlaid the original and processed audio, in addition to other filters.
laugh=ExampleData[{"Audio","Laughing"}];
AudioOverlay[{
AudioAmplify[laugh,7],
AudioAmplify[
AudioReverb[
AudioDelay[
AudioFrequencyShift[
AudioPitchShift[laugh,0.6],
-300],
1,.5],
"LargeHall"],
20]
}]
CloudDeploy[ExportForm[%, "MP3"], "vkLaughingScary", Permissions -> "Public"]
CloudDeploy[ExportForm[laugh, "MP3"], "LaughingExampleData", Permissions -> "Public"]