Dashboard audio node

Hi!

Windows talks to me instead of playing a pling
This is what i send to the node
msg.payload = "C:\Windows\Media\kennisgeving.wav"
return msg;

what is wrong about this, in the manual i says it can play wav files

thanks!

The manual says:
Expects msg.payload to contain a buffer of a wav or mp3 file

So you'll need to read the file with file read node, configured to output buffer object

Thanks!

Changed it now but keep getting errors like below
Error: ENOENT: no such file or directory, open 'C:\Users\Eigenaar\Desktop\notify.wav'

when i enter the path in windows it plays.
I also did double\ for the path