arduino-audio-tools/examples/examples-desktop
2024-06-03 20:26:58 +02:00
..
generator use AudioInfo info examples 2023-06-05 01:58:38 +02:00
min-generator use AudioInfo info examples 2023-06-05 01:58:38 +02:00
mp3 comple option ESP32_CMAKE 2024-06-03 20:26:58 +02:00
README.md README.md 2023-05-07 05:55:58 +02:00

Desktop

You can use the AudioTools on the desktop w/o Arduino: Just compile your sketch with the following steps

  • mkdir build
  • cd build
  • cmake ..
  • make

Further information can be found in the Wiki!