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
23319083
Commit
23319083
authored
Sep 29, 2019
by
David Reid
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
No longer maintaining a list of third party decoders.
parent
f74ff5fd
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
6 deletions
+1
-6
README.md
README.md
+1
-6
No files found.
README.md
View file @
23319083
...
@@ -142,12 +142,7 @@ miniaudio includes a decoding API which supports the following backends:
...
@@ -142,12 +142,7 @@ miniaudio includes a decoding API which supports the following backends:
-
WAV via
[
dr_wav
](
https://github.com/mackron/dr_libs/blob/master/dr_wav.h
)
-
WAV via
[
dr_wav
](
https://github.com/mackron/dr_libs/blob/master/dr_wav.h
)
-
Vorbis via
[
stb_vorbis
](
https://github.com/nothings/stb/blob/master/stb_vorbis.c
)
-
Vorbis via
[
stb_vorbis
](
https://github.com/nothings/stb/blob/master/stb_vorbis.c
)
Copies of these libraries can be found in the "extras" folder. You may also want to look at the
Copies of these libraries can be found in the "extras" folder.
libraries below, but they are not supported by the miniaudio decoder API. If you know of any other
single file libraries I can add to this list, let me know. Preferably public domain or MIT.
-
[
minimp3
](
https://github.com/lieff/minimp3
)
-
[
jar_mod
](
https://github.com/kd7tck/jar/blob/master/jar_mod.h
)
-
[
jar_xm
](
https://github.com/kd7tck/jar/blob/master/jar_xm.h
)
To enable support for a decoding backend, all you need to do is #include the header section of the
To enable support for a decoding backend, all you need to do is #include the header section of the
relevant backend library before the implementation of miniaudio, like so:
relevant backend library before the implementation of miniaudio, like so:
...
...
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