From fe4af170ef8536e47bdca0340ee7f03485f23c46 Mon Sep 17 00:00:00 2001 From: Christopher Snowhill Date: Fri, 4 Mar 2022 14:19:27 -0800 Subject: [PATCH] Add R8Brain to the credits and readme Added the R8Brain notice to the credits html document, and added a link to the Github repository to the README. Signed-off-by: Christopher Snowhill --- README.md | 8 +++++++- en.lproj/Credits.html | 2 ++ es.lproj/Credits.html | 2 ++ 3 files changed, 11 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index a83628cf3..e5fdd21f6 100644 --- a/README.md +++ b/README.md @@ -75,6 +75,12 @@ used for both left and right outputs. The original HeSuVi project is located [here](https://sourceforge.net/projects/hesuvi/). + ADDENDUM - 2022-02-01 -I've replaced the resampler with libsoxr, with no quality control settings exposed. \ No newline at end of file +I've replaced the resampler with libsoxr, with no quality control settings exposed. + + +ADDENDUM - 2022-03-03 + +I've replaced the resampler yet again. This time, with [R8Brain](https://github.com/avaneev/r8brain-free-src), using the 24 bit preset, since the player doesn't go over the depth of 24 bit integer or 32 bit floating point, and outputs 32 bit floating point. It still processes the resampler in 64 bits, though. diff --git a/en.lproj/Credits.html b/en.lproj/Credits.html index 680173ec8..d3a10e47b 100644 --- a/en.lproj/Credits.html +++ b/en.lproj/Credits.html @@ -6,6 +6,8 @@

All Cog code is copyrighted by me, and is licensed under the GPL. Cog contains bits of other code from third parties that are under their own licenses.

+ Sample rate converter designed by Aleksey Vaneev of Voxengo. +

Thanks to my patrons:
Alexander Pecheny, Electric Keet, govt man, Antti Aro, Fjölnir Ásgeirsson, Giampaolo Bellavite diff --git a/es.lproj/Credits.html b/es.lproj/Credits.html index 680173ec8..d3a10e47b 100644 --- a/es.lproj/Credits.html +++ b/es.lproj/Credits.html @@ -6,6 +6,8 @@

All Cog code is copyrighted by me, and is licensed under the GPL. Cog contains bits of other code from third parties that are under their own licenses.

+ Sample rate converter designed by Aleksey Vaneev of Voxengo. +

Thanks to my patrons:
Alexander Pecheny, Electric Keet, govt man, Antti Aro, Fjölnir Ásgeirsson, Giampaolo Bellavite