Skip to content

Generate Arduino code to play tones from MusicXML through piezo buzzer

License

Notifications You must be signed in to change notification settings

Sreyas-Sreelal/acoustino

Repository files navigation

Acoustino

acoustino
GitHub Actions status GitHub pull requests GitHub issues GitHub issues

Buy Me a Coffee at ko-fi.com

Acoustino is a simple tool to convert MusicXML to Arduino code, which can play that tone through a piezo buzzer.

Installation

Download the compiled binaries from release section or build it yourself.

Building

  1. Clone the repository

    git clone https://github.com/sreyas-sreelal/acoustino.git
    
  2. Install dependencies

    cd acoustino
    npm install
    
  3. Build

    npm run tauri build
    

You can find the compiled binary at target/release directory.

Images

scrn1