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
b6b3fbfb
Commit
b6b3fbfb
authored
Jun 12, 2022
by
David Reid
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Update revision history and version number.
parent
b196098f
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
7 additions
and
2 deletions
+7
-2
CHANGES.md
CHANGES.md
+5
-0
miniaudio.h
miniaudio.h
+2
-2
No files found.
CHANGES.md
View file @
b6b3fbfb
v0.11.10 - TBD
=====================
*
Add support for setting the device notification callback when initializing an engine object.
v0.11.9 - 2022-04-20
v0.11.9 - 2022-04-20
====================
====================
*
Fix some bugs where looping doesn't work with the resource manager.
*
Fix some bugs where looping doesn't work with the resource manager.
...
...
miniaudio.h
View file @
b6b3fbfb
/*
/*
Audio playback and capture library. Choice of public domain or MIT-0. See license statements at the end of this file.
Audio playback and capture library. Choice of public domain or MIT-0. See license statements at the end of this file.
miniaudio - v0.11.
9 - 2022-04-20
miniaudio - v0.11.
10 - TBD
David Reid - mackron@gmail.com
David Reid - mackron@gmail.com
...
@@ -3640,7 +3640,7 @@ extern "C" {
...
@@ -3640,7 +3640,7 @@ extern "C" {
#define MA_VERSION_MAJOR 0
#define MA_VERSION_MAJOR 0
#define MA_VERSION_MINOR 11
#define MA_VERSION_MINOR 11
#define MA_VERSION_REVISION
9
#define MA_VERSION_REVISION
10
#define MA_VERSION_STRING MA_XSTRINGIFY(MA_VERSION_MAJOR) "." MA_XSTRINGIFY(MA_VERSION_MINOR) "." MA_XSTRINGIFY(MA_VERSION_REVISION)
#define MA_VERSION_STRING MA_XSTRINGIFY(MA_VERSION_MAJOR) "." MA_XSTRINGIFY(MA_VERSION_MINOR) "." MA_XSTRINGIFY(MA_VERSION_REVISION)
#if defined(_MSC_VER) && !defined(__clang__)
#if defined(_MSC_VER) && !defined(__clang__)
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