hello,
just a little snippet to play sounds on events.
put audio files in easyoit/sounds ("sounds" folder must be created) then add this code in automation program:
System.Media.SoundPlayer player = new System.Media.SoundPlayer("sounds/audio.wav");
player.Play();