WASAPI: Remove dependency on audioclient.h

What a nightmare!
This commit is contained in:
David Reid
2018-03-11 21:14:47 +10:00
parent 1e981c6453
commit 5921d0e229
2 changed files with 400 additions and 297 deletions
+1 -3
View File
@@ -12,9 +12,7 @@ Features
- Compilable as both C and C++.
- Easy to build.
- Does not require linking to anything on the Windows build and only -ldl on Linux.
- It should Just Work out of the box, without the need to download and install any dependencies. (Note
that some older versions of MinGW/MinGW-64 don't include WASAPI headers which may require manual
installation. Plans are in place to work around this in a future update.)
- It should Just Work out of the box, without the need to download and install any dependencies.
- The header section does not include any platform specific headers.
- A very simple API.
- Transparent data structures with direct access to internal data.
+391 -286
View File
File diff suppressed because it is too large Load Diff