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
c73a92d1
Commit
c73a92d1
authored
Aug 14, 2021
by
David Reid
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Update readme.
parent
24e16b52
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
3 deletions
+3
-3
README.md
README.md
+3
-3
No files found.
README.md
View file @
c73a92d1
...
...
@@ -22,7 +22,7 @@
Examples
========
This example shows how to decode and play a sound.
This example shows how to decode and play a sound
using the low level API
.
```
c
#define MINIAUDIO_IMPLEMENTATION
...
...
@@ -89,7 +89,7 @@ int main(int argc, char** argv)
}
```
This example shows one way to play a sound using the high level API
This example shows one way to play a sound using the high level API
.
```
c
#define MINIAUDIO_IMPLEMENTATION
...
...
@@ -180,7 +180,7 @@ Major Features
-
Device enumeration for connecting to specific devices, not just defaults.
-
Connect to multiple devices at once.
-
Shared and exclusive mode on supported backends.
-
Data conversion (sample format, channel conversion and resampling).
-
Data conversion (sample format
conversion
, channel conversion and resampling).
-
Filters.
-
Biquads
-
Low-pass (first, second and high order)
...
...
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