Related resources for play sound
  • How To Play Sound In Xamarin iOS App5/20/2017 11:02:41 AM. In this article, you will learn how to play sound in Xamarin iOS, using Xamarin Studio.
  • Playing Sounds in .NET 2.0 Using Sound Player5/15/2012 3:52:55 PM. If you have ever played sounds in your applications, you must be familiar with PlaySound() WIN32 function. Prior to .NET 2.0, there was no way to play sounds thorugh the managed API. The SoundPlayer class introduced in .NET 2.0 now allows developers to play sounds using managed API.
  • SoundPlayer in WPF5/7/2012 6:25:37 PM. The code snippet in this article shows how to play sounds in WPF.