arduino-audio-tools/examples/examples-desktop/mp3
2022-09-09 20:35:12 +02:00
..
BabyElephantWalk60_mp3.h AudioPlayer 2021-10-09 14:09:11 +02:00
CMakeLists.txt stk desktop example 2022-09-09 20:35:12 +02:00
mp3.ino examples-desktop cleanup 2022-08-31 15:29:22 +02:00
README.md AudioPlayer 2021-10-09 14:09:11 +02:00

Playing Sound on your Desktop

We provide some generic output which will also work on Linux, Windows and OS/X The cmake is downloading all dependencies and builds an executable from the sketch.

We use the more comprehensive new EncodedAudioStream class.

You just need to provide an Arduino Sketch as cpp file. To build the example execute:

mkdir build
cd build
cmake ..
make