Introduction - If you have any usage issues, please Google them yourself
low level sound player , play any sound file using
[DllImport("winmm.dll")]
private static extern long mciSendString(
string strCommand,
StringBuilder strReturn,
int iReturnLength,
IntPtr oCallback)
with c#