arduino-audio-tools/examples/examples-desktop
2023-09-22 12:53:22 +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 stk desktop example 2022-09-09 20:35:12 +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!