I have a simple flow in my Node-RED that sends a tone to the PC speaker. It gives an audible alert that a “Deploy” is finished. It worked fine before upgrading from 0.72, but now it doesn’t. Has anyone else used the Play Audio node?
[{"id":"a1d47414.fdf2e8","type":"inject","z":"11ef03a7.e4b69c","name":"","topic":"","payload":"","payloadType":"date","repeat":"","crontab":"","once":true,"x":230,"y":160,"wires":[["1d60349d.565deb"]]},{"id":"1d60349d.565deb","type":"file in","z":"11ef03a7.e4b69c","name":"Reads Unlock.wav","filename":"/config/node-red/lib/sounds/Unlock.wav","format":"","chunk":false,"sendError":false,"x":470,"y":160,"wires":[["2a6a1b7f.727f14"]]},{"id":"2a6a1b7f.727f14","type":"play audio","z":"11ef03a7.e4b69c","name":"","voice":"0","x":710,"y":160,"wires":[]}]