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 <kode54@gmail.com>CQTexperiment
parent
c9ed4bc678
commit
fe4af170ef
|
@ -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.
|
||||
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.
|
||||
|
|
|
@ -6,6 +6,8 @@
|
|||
<br><br>
|
||||
All Cog code is copyrighted by me, and is licensed under the <a href="http://www.gnu.org/licenses/old-licenses/gpl-2.0.txt">GPL</a>. Cog contains bits of other code from third parties that are under their own licenses.
|
||||
<br><br>
|
||||
Sample rate converter designed by Aleksey Vaneev of Voxengo.
|
||||
<br><br>
|
||||
Thanks to my patrons:
|
||||
<br>
|
||||
Alexander Pecheny, Electric Keet, govt man, Antti Aro, Fjölnir Ásgeirsson, Giampaolo Bellavite
|
||||
|
|
|
@ -6,6 +6,8 @@
|
|||
<br><br>
|
||||
All Cog code is copyrighted by me, and is licensed under the <a href="http://www.gnu.org/licenses/old-licenses/gpl-2.0.txt">GPL</a>. Cog contains bits of other code from third parties that are under their own licenses.
|
||||
<br><br>
|
||||
Sample rate converter designed by Aleksey Vaneev of Voxengo.
|
||||
<br><br>
|
||||
Thanks to my patrons:
|
||||
<br>
|
||||
Alexander Pecheny, Electric Keet, govt man, Antti Aro, Fjölnir Ásgeirsson, Giampaolo Bellavite
|
||||
|
|
Loading…
Reference in New Issue