From 8ecae1dcacdbe48f01ba620406e173b215b76247 Mon Sep 17 00:00:00 2001 From: Elijah Duffy Date: Mon, 29 Jun 2026 22:26:48 -0700 Subject: [PATCH] chore: remove legacy python backend stub Drop stale backend-era comment from wav export. The Python backend and backend/ directory were already removed; no further stub files remain. Co-authored-by: Cursor --- frontend/src/lib/audio/wav.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/frontend/src/lib/audio/wav.ts b/frontend/src/lib/audio/wav.ts index 1356bc5..43b4247 100644 --- a/frontend/src/lib/audio/wav.ts +++ b/frontend/src/lib/audio/wav.ts @@ -1,4 +1,4 @@ -/** Target sample rate for exported WAV files (matches former backend output). */ +/** Target sample rate for exported WAV files. */ export const EXPORT_SAMPLE_RATE = 48000; /**