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
ba748300
Commit
ba748300
authored
Jun 18, 2017
by
David Reid
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Update documentation.
parent
0f21153f
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
17 additions
and
0 deletions
+17
-0
README.md
README.md
+16
-0
mini_al.h
mini_al.h
+1
-0
No files found.
README.md
View file @
ba748300
...
@@ -13,8 +13,24 @@ Features
...
@@ -13,8 +13,24 @@ Features
-
Public domain
-
Public domain
-
Single file
-
Single file
-
A very simple API
-
A very simple API
-
Supports both playback and capture on _all_ backends
-
Automatic sample rate conversion, channel conversion, format conversion and channel mapping
-
Sample rate conversion is currently low quality, but a higher quality implementation is planned
Supported Platforms
===================
-
Windows
-
WASAPI
-
DirectSound
-
Linux
-
ALSA
-
Android
-
OpenSL|ES
-
Other
-
OpenAL
-
Null (silence)
Simple Playback Example
Simple Playback Example
...
...
mini_al.h
View file @
ba748300
...
@@ -7631,6 +7631,7 @@ void mal_pcm_f32_to_s32(int* pOut, const float* pIn, unsigned int count)
...
@@ -7631,6 +7631,7 @@ void mal_pcm_f32_to_s32(int* pOut, const float* pIn, unsigned int count)
// tied to the same backend. In addition, some backends are better suited to this design.
// tied to the same backend. In addition, some backends are better suited to this design.
// - API CHANGE: Removed the rewinding APIs because they're too inconsistent across the different backends, hard
// - API CHANGE: Removed the rewinding APIs because they're too inconsistent across the different backends, hard
// to test and maintain, and just generally unreliable.
// to test and maintain, and just generally unreliable.
// - Added helper APIs for initializing mal_device_config objects.
// - Null Backend: Fixed a crash when recording.
// - Null Backend: Fixed a crash when recording.
// - Fixed build for UWP.
// - Fixed build for UWP.
// - Added support for f32 formats to the OpenSL|ES backend.
// - Added support for f32 formats to the OpenSL|ES backend.
...
...
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