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
45eecb92
Commit
45eecb92
authored
Nov 05, 2017
by
David Reid
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Update features list.
parent
9f97cc69
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
20 additions
and
7 deletions
+20
-7
README.md
README.md
+20
-7
No files found.
README.md
View file @
45eecb92
...
@@ -8,17 +8,29 @@ C/C++, single file, public domain.
...
@@ -8,17 +8,29 @@ C/C++, single file, public domain.
Features
Features
========
========
-
Public domain
-
Public domain.
-
Single file
-
Single file.
-
A very simple API
-
Compilable as both C and C++.
-
Supports both playback and capture on _all_ backends
-
Easy to build.
-
Automatic sample rate conversion, channel conversion, format conversion and channel mapping
-
Does not require linking to anything on the Windows build and only -ldl on Linux.
-
Sample rate conversion is currently low quality, but a higher quality implementation is planned
-
The Windows build compiles clean with the default installations of modern versions of MSVC, GCC
and Clang. There is no need to download any dependencies, configure include paths nor link to
any libraries. It should Just Work.
-
The header section does not include any platform specific headers.
-
A very simple API.
-
Transparent data structures with direct access to internal data.
-
Supports both playback and capture on all backends.
-
Automatic format conversion.
-
Data format conversion.
-
Sample rate conversion.
-
Sample rate conversion is currently low quality, but a higher quality implementation is planned.
-
Channel mapping/layout.
-
Channel mixing (converting mono to 5.1, etc.)
Supported Platforms
Supported Platforms
===================
===================
-
Windows
-
Windows
(XP+)
-
Linux
-
Linux
-
BSD (via OSS)
-
BSD (via OSS)
-
Android
-
Android
...
@@ -91,6 +103,7 @@ int main(int argc, char** argv)
...
@@ -91,6 +103,7 @@ int main(int argc, char** argv)
drwav_uninit
(
&
wav
);
drwav_uninit
(
&
wav
);
return
-
4
;
return
-
4
;
}
}
mal_device_start
(
&
device
);
mal_device_start
(
&
device
);
printf
(
"Press Enter to quit..."
);
printf
(
"Press Enter to quit..."
);
...
...
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