electro-smith / DaisySP

A Powerful DSP Library in C++
https://www.electro-smith.com/daisy
Other
891 stars 140 forks source link

Computer build #5

Closed stephenhensley closed 3 years ago

stephenhensley commented 4 years ago

This is completely untested so far.

arm stuff should still compile normal while COMPUTER = true is commented out.

however when that line is uncommented, it will not set prefix, and used limited compile flags, and instead use whatever gcc/g++ is installed on the system.


I figured this would be a cool way to try out testing the DSP using something like portaudio or RtAudio.

I'll comment more as I work on testing/examples.

andrewikenberry commented 3 years ago

Decouple DaisySP from embedded environment

stephenhensley commented 3 years ago

i'm going to close this now that there is a CMake file, though we may still want to make the default Makefile work for x86 at some point as well.