# Dashboard audio node

**URL:** https://discourse.nodered.org/t/dashboard-audio-node/11232
**Category:** General
**Created:** [17 May 2019 10:23 UTC](https://discourse.nodered.org/t/dashboard-audio-node/11232 "2019-05-17T10:23:59Z")
**Posts on this page:** 3
**Page:** 1

<div class="post-metadata">

### Author: ![RogierQ](https://sea2.discourse-cdn.com/flex026/user_avatar/discourse.nodered.org/rogierq/32/3211_2.png) [@RogierQ](https://discourse.nodered.org/u/RogierQ)
#### Post date: [17 May 2019 10:23 UTC](https://discourse.nodered.org/t/dashboard-audio-node/11232/1 "2019-05-17T10:23:59Z")

</div>

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!

---

<div class="post-metadata">

### Author: ![hotNipi](https://sea2.discourse-cdn.com/flex026/user_avatar/discourse.nodered.org/hotnipi/32/383_2.png) [@hotNipi](https://discourse.nodered.org/u/hotNipi)
#### Post date: [17 May 2019 10:52 UTC](https://discourse.nodered.org/t/dashboard-audio-node/11232/2 "2019-05-17T10:52:17Z")

</div>

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

 ![image](https://us1.discourse-cdn.com/flex026/uploads/nodered/original/2X/e/ee31a24ea9041b5d8ff0a453e4cf7b2055c76893.png)

---

<div class="post-metadata">

### Author: ![RogierQ](https://sea2.discourse-cdn.com/flex026/user_avatar/discourse.nodered.org/rogierq/32/3211_2.png) [@RogierQ](https://discourse.nodered.org/u/RogierQ)
#### Post date: [17 May 2019 11:11 UTC](https://discourse.nodered.org/t/dashboard-audio-node/11232/3 "2019-05-17T11:11:53Z")

</div>

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
