public void SoundTest() { CueController test = new CueController(new List <Cue>()); test.BeginPlayback("TestingAudio/man-scream-01.mp3"); System.Threading.Thread.Sleep(3000); }