OK, done some more digging and trying some other code (found here: http://forum.espruino.com/conversations/277322/):
var wave = fs.readFile("/audio/static/1.raw");
The file is only 17k in size but I'm getting an Out of Memory error ... ??!
@pwhitrow started
Espruino is a JavaScript interpreter for low-power Microcontrollers. This site is both a support community for Espruino and a place to share what you are working on.
OK, done some more digging and trying some other code (found here: http://forum.espruino.com/conversations/277322/):
var wave = fs.readFile("/audio/static/1.raw");
The file is only 17k in size but I'm getting an Out of Memory error ... ??!