You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* using [teensy-cmake-macros](https://github.com/newdigate/teensy-cmake-macros), this library can be compiled for teensy 3 and 4 boards without needing Teensyduino. This is mainly used to build the library when a commit is pushed, to verify there are no compile errors.
100
-
101
-
102
102
<details>
103
103
<summary>dependencies (click to expand image) </summary>
104
104
@@ -140,11 +140,14 @@ graph G {
140
140
You can run and test this code on your linux computer. You can write a teensy sketch, and with a few modifications, you can redirect the audio input and output to and from your soundcard. [Soundio](https://github.com/newdigate/teensy-audio-x86-stubs/tree/main/extras/soundio) bindings are optional, you can also run sketches and tests with no audio input or output.
141
141
You will need to install the following libraries.
142
142
143
-
```cmake``````gcc or llvm``````teensy-x86-stubs```[^](https://github.com/newdigate/teensy-x86-stubs)```teensy-audio-x86-stubs```[^](https://github.com/newdigate/teensy-audio-x86-stubs)```teensy-x86-sd-stubs```[^](https://github.com/newdigate/teensy-x86-sd-stubs)```boost-test```
143
+
```cmake``````libsoundio``````gcc or llvm``````boost-test```
You don't need to download or install Teensyduino or Arduino to build the library or examples. Just clone the cores library and any dependencies to a common folder, denoted by ```DEPSPATH``` (in this case ```/home/nic/teensy_libraries```).
174
-
<details>
175
-
<summary>clone dependencies (click to expand) </summary>
0 commit comments