mirror of
https://github.com/Rockbox/rockbox.git
synced 2026-04-11 16:37:45 -04:00
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:
parent
59f78841fd
commit
e8b75a52ab
1 changed files with 1 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue