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
ecc0cb34
Commit
ecc0cb34
authored
Aug 30, 2020
by
David Reid
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Update links to point to the new repository location.
parent
6562e6a0
Changes
6
Show whitespace changes
Inline
Side-by-side
Showing
6 changed files
with
11 additions
and
10 deletions
+11
-10
CONTRIBUTING.md
CONTRIBUTING.md
+1
-1
README.md
README.md
+1
-1
miniaudio.h
miniaudio.h
+4
-3
website/.webplate/miniaudio-footer.html
website/.webplate/miniaudio-footer.html
+2
-2
website/.webplate/miniaudio-header.html
website/.webplate/miniaudio-header.html
+1
-1
website/index.html
website/index.html
+2
-2
No files found.
CONTRIBUTING.md
View file @
ecc0cb34
...
...
@@ -6,7 +6,7 @@ miniaudio.
Found a Bug?
------------
If you've found a bug you can create a bug report
[
here on GitHub
](
https://github.com/
dr-soft
/miniaudio/issues
)
.
If you've found a bug you can create a bug report
[
here on GitHub
](
https://github.com/
mackron
/miniaudio/issues
)
.
The more information you can provide, the quicker I'll be able to get it fixed. Sample programs and files help a
lot, as does a detailed list of steps I can follow to reproduce the problem.
...
...
README.md
View file @
ecc0cb34
...
...
@@ -95,7 +95,7 @@ Documentation
=============
Online documentation can be found here: https://miniaud.io/docs/
Documentation can also be found at the top of
[
miniaudio.h
](
https://raw.githubusercontent.com/
dr-soft
/miniaudio/master/miniaudio.h
)
Documentation can also be found at the top of
[
miniaudio.h
](
https://raw.githubusercontent.com/
mackron
/miniaudio/master/miniaudio.h
)
which is always the most up-to-date and authoritive source of information on how to use miniaudio. All other
documentation is generated from this in-code documentation.
...
...
miniaudio.h
View file @
ecc0cb34
...
...
@@ -2,11 +2,11 @@
Audio playback and capture library. Choice of public domain or MIT-0. See license statements at the end of this file.
miniaudio - v0.10.18 - TBD
David Reid -
davidreidsoftware
@gmail.com
David Reid -
mackron
@gmail.com
Website: https://miniaud.io
Documentation: https://miniaud.io/docs
GitHub: https://github.com/
dr-soft
/miniaudio
GitHub: https://github.com/
mackron
/miniaudio
*/
/*
...
...
@@ -409,7 +409,7 @@ Vorbis is supported via stb_vorbis which can be enabled by including the header
#include "extras/stb_vorbis.c"
```
A copy of stb_vorbis is included in the "extras" folder in the miniaudio repository (https://github.com/
dr-soft
/miniaudio).
A copy of stb_vorbis is included in the "extras" folder in the miniaudio repository (https://github.com/
mackron
/miniaudio).
Built-in decoders are amalgamated into the implementation section of miniaudio. You can disable the built-in decoders by specifying one or more of the
following options before the miniaudio implementation:
...
...
@@ -62536,6 +62536,7 @@ v0.10.18 - TBD
config. This fixes an issue where the optimized mono expansion path would never get used.
- Use a more appropriate default format for FLAC decoders. This will now use ma_format_s16 when the FLAC is encoded as 16-bit.
- Update FLAC decoder.
- Update links to point to the new repository location (https://github.com/mackron/miniaudio).
v0.10.17 - 2020-08-28
- Fix an error where the WAV codec is incorrectly excluded from the build depending on which compile time options are set.
website/.webplate/miniaudio-footer.html
View file @
ecc0cb34
...
...
@@ -3,13 +3,13 @@
<tr>
<td
style=
"vertical-align:center;"
><a
style=
"padding:0;"
href=
"https://discord.gg/9vpqbjU"
><img
src=
"{{ relative-path "
img
/
Discord-Logo-White
.
svg
"
}}"
style=
"padding:0; height:32px; width:32px;"
></a></td>
<td
style=
"vertical-align:center;"
><a
style=
"padding:0;"
href=
"https://twitter.com/mackron"
><img
src=
"{{ relative-path "
img
/
twitter_white
.
png
"
}}"
style=
"padding:0; height:32px; width:32px;"
></a></td>
<td
style=
"vertical-align:center;"
><a
style=
"padding:0;"
href=
"https://github.com/
dr-soft
/miniaudio"
><img
src=
"{{ relative-path "
img
/
github_white
.
png
"
}}"
style=
"padding:0; height:24px; width:24px;"
></a></td>
<td
style=
"vertical-align:center;"
><a
style=
"padding:0;"
href=
"https://github.com/
mackron
/miniaudio"
><img
src=
"{{ relative-path "
img
/
github_white
.
png
"
}}"
style=
"padding:0; height:24px; width:24px;"
></a></td>
</tr>
</table>
<div
style=
"color:#e0d7cf; font-size:9pt; padding:2em 0px; text-align:center;"
>
Copyright
©
{{ year }} David Reid
<br/>
Developed by David Reid -
<a
class=
"footer-link"
href=
"mailto:
davidreidsoftware@gmail.com"
>
davidreidsoftware
@gmail.com
</a>
Developed by David Reid -
<a
class=
"footer-link"
href=
"mailto:
mackron@gmail.com"
>
mackron
@gmail.com
</a>
</div>
</body>
</html>
website/.webplate/miniaudio-header.html
View file @
ecc0cb34
...
...
@@ -36,7 +36,7 @@
<a
href=
"https://twitter.com/mackron"
><img
src=
"{{ relative-path "
img
/
twitter_white
.
png
"
}}"
style=
"margin:0; padding:0; height:32px; width:32px;"
></a>
</td>
<td
style=
"padding:0.1em; padding-right:1em; width:25%; text-align:right; vertical-align:center;"
>
<a
href=
"https://github.com/
dr-soft
/miniaudio"
><img
src=
"{{ relative-path "
img
/
github_white
.
png
"
}}"
style=
"margin:0; padding:0; height:24px; width:24px;"
></a>
<a
href=
"https://github.com/
mackron
/miniaudio"
><img
src=
"{{ relative-path "
img
/
github_white
.
png
"
}}"
style=
"margin:0; padding:0; height:24px; width:24px;"
></a>
</td>
</tr>
</table>
...
...
website/index.html
View file @
ecc0cb34
...
...
@@ -8,7 +8,7 @@
<div><img
src=
"img/logo1_large.png"
style=
"width:auto; height:auto; min-height:70px;"
></div>
<div
style=
"padding:16px; color:#333; font-size:14pt;"
>
A single file audio playback and capture library.
</div>
<div
style=
"margin-top:32px;"
>
<a
class=
"a-download"
href=
"https://raw.githubusercontent.com/
dr-soft
/miniaudio/master/miniaudio.h"
>
Download miniaudio.h
</a>
<a
class=
"a-download"
href=
"https://raw.githubusercontent.com/
mackron
/miniaudio/master/miniaudio.h"
>
Download miniaudio.h
</a>
</div>
</div>
...
...
@@ -49,7 +49,7 @@
And best of all, it's free and open-source!
</div>
<div
style=
"font-size:12pt; margin-top:1em;"
>
You can find miniaudio on
<a
href=
"https://github.com/
dr-soft
/miniaudio"
>
GitHub
</a>
You can find miniaudio on
<a
href=
"https://github.com/
mackron
/miniaudio"
>
GitHub
</a>
</div>
</div>
...
...
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