I have a little piezo speaker hooked up to a Pico. I'd like to generate some simple 8-bit game-type sounds for it.
What I'd really like to be able to do is export sounds created on http://www.beepbox.co (they have JSON export) and add them to Espruino projects.
The sound would need to play in the background so I think this would need to be implemented as some kind of task, but beyond that am not sure where to start.
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.
I have a little piezo speaker hooked up to a Pico. I'd like to generate some simple 8-bit game-type sounds for it.
What I'd really like to be able to do is export sounds created on http://www.beepbox.co (they have JSON export) and add them to Espruino projects.
The sound would need to play in the background so I think this would need to be implemented as some kind of task, but beyond that am not sure where to start.
Any ideas appreciated!