Soundplay has stopped working on my system. I've tried 2 different approaches to play a .wav file:
Code: Select all
z::
soundplay, C:\Click.wav
Code: Select all
FilePath := "C:\Click.wav"
DllCall("winmm.dll\PlaySound", AStr, FilePath, uint, 0, uint, 0)
My guess is that it's either something to do with AHK or is it perhaps a soundcard issue? I have ensured that AHK's volume is at 100% via the sound control panel.
Otherwise, all music/sounds, etc. play normally on my PC as they should - there are no other audio problems or issues on my computer.
Is this a familiar problem with a fix?
Thank you