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
345ae4c2
Commit
345ae4c2
authored
Sep 08, 2019
by
David Reid
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fix some find and replace errors.
parent
54a0d28f
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
7 additions
and
7 deletions
+7
-7
miniaudio.h
miniaudio.h
+7
-7
No files found.
miniaudio.h
View file @
345ae4c2
...
@@ -34647,7 +34647,7 @@ v0.8.11 - 2018-11-21
...
@@ -34647,7 +34647,7 @@ v0.8.11 - 2018-11-21
v0.8.10 - 2018-10-21
v0.8.10 - 2018-10-21
- Core Audio: Fix a hang when uninitializing a device.
- Core Audio: Fix a hang when uninitializing a device.
- Fix a bug where an incorrect value is returned from ma_device_stop().
- Fix a bug where an incorrect value is returned from ma
l
_device_stop().
v0.8.9 - 2018-09-28
v0.8.9 - 2018-09-28
- Fix a bug with the SDL backend where device initialization fails.
- Fix a bug with the SDL backend where device initialization fails.
...
@@ -34710,17 +34710,17 @@ v0.8.1 - 2018-07-06
...
@@ -34710,17 +34710,17 @@ v0.8.1 - 2018-07-06
- Fix compilation errors and warnings.
- Fix compilation errors and warnings.
v0.8 - 2018-07-05
v0.8 - 2018-07-05
- Changed MA_IMPLEMENTATION to MINI_AL_IMPLEMENTATION for consistency with other libraries. The old
- Changed MA
L
_IMPLEMENTATION to MINI_AL_IMPLEMENTATION for consistency with other libraries. The old
way is still supported for now, but you should update as it may be removed in the future.
way is still supported for now, but you should update as it may be removed in the future.
- API CHANGE: Replace device enumeration APIs. mal_enumerate_devices() has been replaced with
- API CHANGE: Replace device enumeration APIs. mal_enumerate_devices() has been replaced with
mal_context_get_devices(). An additional low-level device enumration API has been introduced called
mal_context_get_devices(). An additional low-level device enumration API has been introduced called
mal_context_enumerate_devices() which uses a callback to report devices.
mal_context_enumerate_devices() which uses a callback to report devices.
- API CHANGE: Rename mal_get_sample_size_in_bytes() to mal_get_bytes_per_sample() and add
- API CHANGE: Rename mal_get_sample_size_in_bytes() to mal_get_bytes_per_sample() and add
mal_get_bytes_per_frame().
mal_get_bytes_per_frame().
- API CHANGE: Replace mal_device_config.preferExclusiveMode with ma_device_config.shareMode.
- API CHANGE: Replace mal_device_config.preferExclusiveMode with ma
l
_device_config.shareMode.
- This new config can be set to mal_share_mode_shared (default) or ma_share_mode_exclusive.
- This new config can be set to mal_share_mode_shared (default) or ma
l
_share_mode_exclusive.
- API CHANGE: Remove excludeNullDevice from mal_context_config.alsa.
- API CHANGE: Remove excludeNullDevice from mal_context_config.alsa.
- API CHANGE: Rename MA
_MAX_SAMPLE_SIZE_IN_BYTES to MA
_MAX_PCM_SAMPLE_SIZE_IN_BYTES.
- API CHANGE: Rename MA
L_MAX_SAMPLE_SIZE_IN_BYTES to MAL
_MAX_PCM_SAMPLE_SIZE_IN_BYTES.
- API CHANGE: Change the default channel mapping to the standard Microsoft mapping.
- API CHANGE: Change the default channel mapping to the standard Microsoft mapping.
- API CHANGE: Remove backend-specific result codes.
- API CHANGE: Remove backend-specific result codes.
- API CHANGE: Changes to the format conversion APIs (mal_pcm_f32_to_s16(), etc.)
- API CHANGE: Changes to the format conversion APIs (mal_pcm_f32_to_s16(), etc.)
...
@@ -34780,7 +34780,7 @@ v0.6a - 2018-01-26
...
@@ -34780,7 +34780,7 @@ v0.6a - 2018-01-26
v0.6 - 2017-12-08
v0.6 - 2017-12-08
- API CHANGE: Expose and improve mutex APIs. If you were using the mutex APIs before this version you'll
- API CHANGE: Expose and improve mutex APIs. If you were using the mutex APIs before this version you'll
need to update.
need to update.
- API CHANGE: SRC and DSP callbacks now take a pointer to a mal_src and ma_dsp object respectively.
- API CHANGE: SRC and DSP callbacks now take a pointer to a mal_src and ma
l
_dsp object respectively.
- API CHANGE: Improvements to event and thread APIs. These changes make these APIs more consistent.
- API CHANGE: Improvements to event and thread APIs. These changes make these APIs more consistent.
- Add support for SDL and Emscripten.
- Add support for SDL and Emscripten.
- Simplify the build system further for when development packages for various backends are not installed.
- Simplify the build system further for when development packages for various backends are not installed.
...
@@ -34795,7 +34795,7 @@ v0.6 - 2017-12-08
...
@@ -34795,7 +34795,7 @@ v0.6 - 2017-12-08
- Warning fixes.
- Warning fixes.
v0.5 - 2017-11-11
v0.5 - 2017-11-11
- API CHANGE: The mal_context_init() function now takes a pointer to a ma_context_config object for
- API CHANGE: The mal_context_init() function now takes a pointer to a ma
l
_context_config object for
configuring the context. The works in the same kind of way as the device config. The rationale for this
configuring the context. The works in the same kind of way as the device config. The rationale for this
change is to give applications better control over context-level properties, add support for backend-
change is to give applications better control over context-level properties, add support for backend-
specific configurations, and support extensibility without breaking the API.
specific configurations, and support extensibility without breaking the API.
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