diff --git a/src/system/audio.py b/src/system/audio.py index 6fc8dbb..93618e0 100644 --- a/src/system/audio.py +++ b/src/system/audio.py @@ -66,6 +66,11 @@ FOCUSRITE_PROFILES: dict[str, tuple[str, int, int]] = { 2, 2, ), + "focusrite_2i2_1gen": ( + "Focusrite Scarlett 2i2 1st gen — USB, 2-in / 2-out, 48 kHz, 24-bit", + 2, + 2, + ), } # ── JACK latency profiles ─────────────────────────────────────────