Commit Graph

9 Commits

Author SHA1 Message Date
Anthony Pesch
8af2379cf7 build: fix detection of unsuitable JACK library 2016-12-22 19:43:14 -08:00
James
81cd9e54e9 WASAPI: Remove useless statement in CMake module
AUDIOCLIENT_H, as declared here, is not an external cached variable, so calling mark_as_advanced() has no apparent effect (does not enable user to modify value, even in advanced mode). Even if it were cached, its value (success/failure at finding audioclient.h) should not be edited by the user.

Also modified whitespace to be more consistent with that found in CMakeLists.txt.
2016-07-20 16:47:44 -07:00
Michael Maltese
e1c55d807b WASAPI: use check_include_file instead of 'find_path` in CMake
# Current issue:

When attempting to compile under MSVC (#49), CMake can't find the WASAPI headers. I'm running Windows 10, Visual Studio Community 2015, and the latest SDK.

# Proposed fix:

Use `check_include_file` instead of `find_path`, which seems more semantically correct anyways.
2016-05-24 17:31:11 -07:00
Andrew Kelley
31e17477bc WASAPI: get friendly name of devices 2015-08-10 23:18:08 -07:00
Andrew Kelley
21bf405859 WASAPI skeleton 2015-08-08 15:22:50 -07:00
Andrew Kelley
df0ca8a772 CoreAudio: sine wave example works 2015-08-03 22:27:09 -07:00
Andrew Kelley
4c5742eb29 CoreAudio skeleton 2015-07-31 18:52:51 -07:00
Andrew Kelley
3dd9e513bc add JACK backend skeleton 2015-07-24 18:43:14 -07:00
Andrew Kelley
c2fa8b4b4d skeleton 2015-06-30 14:04:45 -07:00