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
This commit is contained in:
Solomon Peachy 2026-02-17 14:36:39 -05:00
parent 59f78841fd
commit e8b75a52ab

View file

@ -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