This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
namespace Gist | |
{ | |
using System.Runtime.InteropServices; | |
//NOTICE : Applicable only to Windows and wav files | |
//////////////////////////////////////////////////////////////////////////////////////////////////// | |
/// <summary> | |
/// A class that uses PInvoke to play a wave file in DotNet Core, .Net and Net5.0. This function | |
/// will not work on non Windows platforms, but does work on alternative UI frameworks such as |