Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

CMake support #118

Merged
merged 9 commits into from
Nov 18, 2021
Merged

CMake support #118

merged 9 commits into from
Nov 18, 2021

Conversation

swang251
Copy link
Contributor

@swang251 swang251 commented Nov 7, 2021

Preliminary CMake support, which tried to replicate most of the configurations from Autoconf.

Real-time audio tested on

  • Jack & ALSA on Linux
  • Jack & CoreAudio on macOS
  • DirectSound and WASAPI on Windows

What is not implemented:

  • OSS (so NetBSD and FreeBSD)
  • ASIO on Windows

Fixes #46

@garyscavone
Copy link
Contributor

Why is there a special "FindCoreAudio.cmake" file but not similar files for the other APIs? And I'd prefer that this work for the ASIO API too before committing it.

@radarsat1
Copy link
Contributor

Tested on Linux, works nicely!

@garyscavone garyscavone merged commit d4750ed into thestk:master Nov 18, 2021
@garyscavone
Copy link
Contributor

I just committed it but it would be nice to get ASIO support too.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

CMake support
3 participants