Cog/en.lproj/Credits.html
Christopher Snowhill 0498eb5f81 Rubber Band: Implement configuration dialog
Now there's a configuration dialog for tweaking the settings
in semi-real time. Everything that can be changed without
restarting is changed without restarting, otherwise the audio
pipeline is reset, which happens quickly enough anyway.

Awaiting translation to Spanish, other languages have been
removed pending their maintainers fixing most of their
problems, which includes me being lazy and AI translating
bits so I could rush updates.

Signed-off-by: Christopher Snowhill <kode54@gmail.com>
2025-02-10 14:42:41 -08:00

42 lines
1.6 KiB
HTML

<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Credits for the Cog audio player</title>
<style>
:root {
color-scheme: light dark;
}
html,
body {
font: -apple-system-body;
-webkit-text-size-adjust: 100%;
}
div {
text-align: center;
}
a:link {
color: #ffb565;
text-decoration: none;
}
</style>
</head>
<body>
<div>
Now with 92% more future!<br><br> Thanks to my patrons:
<br> deef.xyz, Calvin, G Douglas Davidson
<br><br> Additional code contributions by <a href="https://twitter.com/nevack_d"> Dzmitry Neviadomski</a>, <a href="https://kddlb.com">Kevin López Brante</a> and mpan.
<br><br>
<em>This program has been made possible through contributions from users like you.</em>
<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> <a href="https://breakfastquay.com/rubberband/">Rubber Band Library</a> was used under the <a href="http://www.gnu.org/licenses/old-licenses/gpl-2.0.txt">GPL</a> to provide pitch and/or time shifting. <a href="https://thenounproject.com/icon/rubber-band-4214821/">Rubber Band style icon</a> by <a href="https://thenounproject.com/creator/lucashelle/">Lucas Helle</a>.
</div>
</body>
</html>