From ecc0cb34185de844d1e12f047f827da09ebf6c73 Mon Sep 17 00:00:00 2001 From: David Reid Date: Sun, 30 Aug 2020 11:56:37 +1000 Subject: [PATCH] Update links to point to the new repository location. --- CONTRIBUTING.md | 2 +- README.md | 2 +- miniaudio.h | 7 ++++--- website/.webplate/miniaudio-footer.html | 4 ++-- website/.webplate/miniaudio-header.html | 2 +- website/index.html | 4 ++-- 6 files changed, 11 insertions(+), 10 deletions(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 529a7b8f..2d57d170 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -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. diff --git a/README.md b/README.md index eebda8e8..1372543d 100644 --- a/README.md +++ b/README.md @@ -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. diff --git a/miniaudio.h b/miniaudio.h index 5e0c0059..8dad7144 100644 --- a/miniaudio.h +++ b/miniaudio.h @@ -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. diff --git a/website/.webplate/miniaudio-footer.html b/website/.webplate/miniaudio-footer.html index d6bd9fe2..ee096436 100644 --- a/website/.webplate/miniaudio-footer.html +++ b/website/.webplate/miniaudio-footer.html @@ -3,13 +3,13 @@ - +
Copyright © {{ year }} David Reid
- Developed by David Reid - davidreidsoftware@gmail.com + Developed by David Reid - mackron@gmail.com
diff --git a/website/.webplate/miniaudio-header.html b/website/.webplate/miniaudio-header.html index 09376cd5..f710b87c 100644 --- a/website/.webplate/miniaudio-header.html +++ b/website/.webplate/miniaudio-header.html @@ -36,7 +36,7 @@ - + diff --git a/website/index.html b/website/index.html index 21fa63de..7f9f51ff 100644 --- a/website/index.html +++ b/website/index.html @@ -8,7 +8,7 @@
A single file audio playback and capture library.
- Download miniaudio.h + Download miniaudio.h
@@ -49,7 +49,7 @@ And best of all, it's free and open-source!
- You can find miniaudio on GitHub + You can find miniaudio on GitHub