On Saturday, 8 October 2016 at 01:00:20 UTC, Cleverson Casarin Uliana wrote:
Hello all, starting to learn d, apreciating it so far. I'd like to play/stop wave sound files assynchronously on Windows. Can I get a module for that by installing a particular compiler, or is there any package for it instead?

Thank you,
Cleverson

For basic playback of wave files, you could use the native PlaySound function, imported in core.sys.windows.mmsystem. https://msdn.microsoft.com/en-us/library/windows/desktop/dd743680(v=vs.85).aspx

Reply via email to