OneLoneCoder / olcSoundWaveEngine

A single file, easy to use, audio playback and synthesis framework
90 stars 18 forks source link

Addresses Issue #13 #25

Closed Moros1138 closed 1 year ago

Moros1138 commented 1 year ago

Added a cmake script which will build the demos on linux, mac, and windows using either native toolchains or emscripten.

Fixed a few minor, yet breaking, bits surrounding the including of SDL_mixer.

I encourage the use of portable directory separators / instead of \ which only works properly on the Windows platform.