17 lines
389 B
Markdown
17 lines
389 B
Markdown
# 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
|
|
```
|
|
|