Skip to content

Commit d8c14e1

Browse files
committed
docs: correct down-mixdown typo to mixdown
1 parent 43d004c commit d8c14e1

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

README.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
= multimux: Master Audio Down-Mixdown Suite
1+
= multimux: Master Audio Mixdown Suite
22
:toc: left
33
:toclevels: 3
44
:icons: font

site/build.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -363,7 +363,7 @@ function buildCustomHomepage() {
363363
</div>
364364
365365
<h2 class="text-xl font-bold font-mono text-zinc-800 tracking-wider uppercase mb-3">multimux</h2>
366-
<p class="text-sm font-mono text-zinc-500 uppercase tracking-widest mb-6">Master Audio Down-Mixdown Suite</p>
366+
<p class="text-sm font-mono text-zinc-500 uppercase tracking-widest mb-6">Master Audio Mixdown Suite</p>
367367
368368
<p class="text-sm text-zinc-600 leading-relaxed max-w-lg mb-8">
369369
Visually mix down multiple discrete audio container tracks into a single master track, while preserving the video stream bit-for-bit with instant, lossless, container-level passthrough. Built natively in Electron + SolidJS, powered by a high-performance concurrent D-lang core.

src/renderer/src/App.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -284,7 +284,7 @@ export default function App() {
284284
<span class="text-[10px] text-zinc-400 font-bold tracking-widest uppercase">Console Power</span>
285285
</div>
286286
<h1 class="text-xs font-bold text-zinc-200 tracking-[0.25em] uppercase font-mono">
287-
multimux <span class="text-zinc-500 font-normal tracking-normal text-[10px] ml-1">// Master Audio Down-Mixdown Suite</span>
287+
multimux <span class="text-zinc-500 font-normal tracking-normal text-[10px] ml-1">// Master Audio Mixdown Suite</span>
288288
</h1>
289289
</div>
290290
<div class="text-[10px] text-zinc-500 font-mono tracking-wider">

0 commit comments

Comments
 (0)