mirror of
https://github.com/mackron/miniaudio.git
synced 2026-04-21 15:56:58 +02:00
Update links to point to the new repository location.
This commit is contained in:
+1
-1
@@ -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.
|
||||
|
||||
|
||||
@@ -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.
|
||||
|
||||
|
||||
+4
-3
@@ -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.
|
||||
|
||||
@@ -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>
|
||||
|
||||
@@ -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>
|
||||
|
||||
+2
-2
@@ -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>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user