Jank to Fermi (audio)

This commit is contained in:
ErrorOliver
2025-11-06 20:59:18 +00:00
committed by GitHub
parent 1349ef5568
commit 507c0288c8

View File

@@ -3,9 +3,9 @@
<head>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Jank Audio</title>
<meta content="Jank Sound" property="og:title" />
<meta content="A sound editor for jank clients sound format .jasf" property="og:description" />
<title>Fermi Audio</title>
<meta content="Fermi Sound" property="og:title" />
<meta content="A sound editor for Fermi clients sound format .jasf" property="og:description" />
<meta content="/logo.webp" property="og:image" />
<meta content="#4b458c" name="theme-color" />
<link href="/style.css" rel="stylesheet" />
@@ -25,15 +25,15 @@
<body class="no-theme" style="overflow-y: scroll">
<h1>This will eventually be something</h1>
<p>
I want to let the sound system of jank not be so hard coded, but I still need to work on
I want to let the sound system of Fermi not be so hard coded, but I still need to work on
everything a bit before that can happen. Thanks for your patience.
</p>
<h3>why does this tool need to exist?</h3>
<p>
For size reasons jank does not use normal sound files, so I need to make this whole format to
For size reasons Fermi does not use normal sound files, so I need to make this whole format to
be more adaptable
</p>
<button id="download">Download the sounds</button>
<button id="download">Download all sounds</button>
</body>
<script src="/audio/page.js" type="module"></script>
</html>