Acoustino is a simple tool to convert MusicXML to Arduino code, which can play that tone through a piezo buzzer.
Download the compiled binaries from release section or build it yourself.
-
Clone the repository
git clone https://github.com/sreyas-sreelal/acoustino.git -
Install dependencies
cd acoustino npm install -
Build
npm run tauri build
You can find the compiled binary at target/release directory.

