Exemple #1
0
        public void Play()
        {
            var process = new AplayProcess();

            process.SoundFile = WavFile;
            process.Start();
        }
Exemple #2
0
 public void PlayWithAPlay()
 {
     var process = new AplayProcess();
     process.SoundFile = WavFile;
     process.Start();
 }