This commit is contained in:
2026-02-12 21:00:02 -08:00
parent 77f8236347
commit 8bdbf227ca
1141 changed files with 1010880 additions and 2 deletions

View File

@@ -0,0 +1,10 @@
# 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](https://github.com/pschatzmann/arduino-audio-tools/wiki)!