Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
M
miniaudio
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Locked Files
Issues
0
Issues
0
List
Boards
Labels
Service Desk
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Security & Compliance
Security & Compliance
Dependency List
License Compliance
Packages
Packages
List
Container Registry
Analytics
Analytics
CI / CD
Code Review
Insights
Issues
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
MyCard
miniaudio
Commits
5921d0e2
Commit
5921d0e2
authored
Mar 11, 2018
by
David Reid
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
WASAPI: Remove dependency on audioclient.h
What a nightmare!
parent
1e981c64
Changes
2
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
400 additions
and
297 deletions
+400
-297
README.md
README.md
+1
-3
mini_al.h
mini_al.h
+399
-294
No files found.
README.md
View file @
5921d0e2
...
@@ -12,9 +12,7 @@ Features
...
@@ -12,9 +12,7 @@ Features
-
Compilable as both C and C++.
-
Compilable as both C and C++.
-
Easy to build.
-
Easy to build.
-
Does not require linking to anything on the Windows build and only -ldl on Linux.
-
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
-
It should Just Work out of the box, without the need to download and install any dependencies.
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.)
-
The header section does not include any platform specific headers.
-
The header section does not include any platform specific headers.
-
A very simple API.
-
A very simple API.
-
Transparent data structures with direct access to internal data.
-
Transparent data structures with direct access to internal data.
...
...
mini_al.h
View file @
5921d0e2
This diff is collapsed.
Click to expand it.
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment