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 @@