From d198bb6b392d8705a82d446d323ecbce83d19830 Mon Sep 17 00:00:00 2001 From: Ashhhleyyy Date: Wed, 3 Apr 2024 21:24:25 +0100 Subject: [PATCH] more wtf --- src/mixer/audio.ts | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/mixer/audio.ts b/src/mixer/audio.ts index 366c7f4..b80462b 100644 --- a/src/mixer/audio.ts +++ b/src/mixer/audio.ts @@ -20,8 +20,8 @@ export const OFF_LEVEL_DB = -40; export const BED_LEVEL_DB = -13; export const FULL_LEVEL_DB = 0; -export const PLAYER_COUNT = 4; // (3 channels + PFL Preview) -export const PLAYER_ID_PREVIEW = 3; // Player 3 (zero index) is the Preview Player +export const PLAYER_COUNT = 6; // (3 channels + PFL Preview) +export const PLAYER_ID_PREVIEW = 5; // Player 3 (zero index) is the Preview Player export const INTERNAL_OUTPUT_ID = "internal";