mirror of
https://github.com/MathMan05/Fermi.git
synced 2026-03-29 11:29:52 +00:00
Jank to Fermi (audio)
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user