From e8b75a52aba3af6b606d5f5fda0bb5cf3a6afa90 Mon Sep 17 00:00:00 2001 From: Solomon Peachy Date: Tue, 17 Feb 2026 14:36:39 -0500 Subject: [PATCH] sansafuzeplus: Support up to 96KHz playback. It was limited to 48KHz due to insufficient IRAM but at some point in the last five years or so that must have changed. Change-Id: Ia893ed5e1f3026158daad77991c3d9cca2fed97c --- firmware/export/config/sansafuzeplus.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/firmware/export/config/sansafuzeplus.h b/firmware/export/config/sansafuzeplus.h index 190d5a61b8..f8e05be108 100644 --- a/firmware/export/config/sansafuzeplus.h +++ b/firmware/export/config/sansafuzeplus.h @@ -19,7 +19,7 @@ // HW can do it but we don't have the IRAM for mix buffers //#define HW_SAMPR_CAPS SAMPR_CAP_ALL_192 -#define HW_SAMPR_CAPS SAMPR_CAP_ALL_48 +#define HW_SAMPR_CAPS SAMPR_CAP_ALL_96 /* define this if you have recording possibility */ #define HAVE_RECORDING