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
4ec625ce
Commit
4ec625ce
authored
Apr 29, 2018
by
David Reid
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Minor updates to the readme.
parent
859720ec
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
10 additions
and
11 deletions
+10
-11
README.md
README.md
+10
-11
No files found.
README.md
View file @
4ec625ce


mini_al is a single file library for playing and recording audio. It's written in C (compilable as C++)
mini_al is a single file library for audio playback and capture. It's written in C (compilable as C++)
and released into the public domain. It has a heavy focus on simplicity, and features a simple API and
and released into the public domain.
a very simple build system.
Features
Features
...
@@ -10,19 +9,19 @@ Features
...
@@ -10,19 +9,19 @@ Features
-
Public domain.
-
Public domain.
-
Single file.
-
Single file.
-
Compilable as both C and C++.
-
Compilable as both C and C++.
-
Easy to build
.
-
A simple build system
.
-
It should Just Work out of the box, without the need to download and install any dependencies.
-
It should Just Work out of the box, without the need to download and install any dependencies.
-
Does not require linking to anything for Windows build and only -ldl, -lpthread and -lm for Linux.
-
Does not require linking to anything for
the
Windows build and only -ldl, -lpthread and -lm for Linux.
-
The header section does not include any platform specific headers.
-
The header section does not include any platform specific headers.
-
A
very
simple API.
-
A simple API.
-
Transparent data structures with direct access to internal data.
-
Transparent data structures with direct access to internal data.
-
Supports both playback and capture on all backends.
-
Supports both playback and capture on all backends.
-
Automatic
format
conversion.
-
Automatic
data
conversion.
-
Sample format conversion
.
-
Format conversion, with optional dithering where appropriate
.
-
Sample rate conversion.
-
Sample rate conversion.
-
Sample rate conversion is currently
low quality, but a higher quality implementation is planned.
-
Sample rate conversion is currently
restricted to a low quality linear implementation, but a higher
-
Channel mapping/layout
.
quality implementation is planned
.
-
Channel m
ixing (converting mon
o to 5.1, etc.)
-
Channel m
apping and conversion (stere
o to 5.1, etc.)
-
MP3, Vorbis, FLAC and WAV decoding.
-
MP3, Vorbis, FLAC and WAV decoding.
-
This depends on external single file libraries which can be found in the "extras" folder.
-
This depends on external single file libraries which can be found in the "extras" folder.
...
...
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