1
0
Fork 0
forked from len0rd/rockbox

ibasso: Rejigger RAM and buffer sizes a little

Shrink audio buffer from ~256MB to ~192MB.  Increase plugin buffer size
to 2MB, not that it should matter given how much extra RAM this platform has.

This leaves plenty of room for the base OS to do what it needs to do.

Change-Id: I59ca235b9cf80cf86d406e4a144fee7d7784ed5d
This commit is contained in:
Solomon Peachy 2025-09-13 08:37:10 -04:00
parent b497e71708
commit 19ee9363d1
3 changed files with 4 additions and 4 deletions

View file

@ -81,7 +81,7 @@
#define CODEC_SIZE 0x100000
/* The number of bytes reserved for loadable plugins */
#define PLUGIN_BUFFER_SIZE 0x160000
#define PLUGIN_BUFFER_SIZE 0x200000
#define AB_REPEAT_ENABLE

View file

@ -80,7 +80,7 @@
#define CODEC_SIZE 0x100000
/* The number of bytes reserved for loadable plugins */
#define PLUGIN_BUFFER_SIZE 0x160000
#define PLUGIN_BUFFER_SIZE 0x200000
#define AB_REPEAT_ENABLE

4
tools/configure vendored
View file

@ -4054,7 +4054,7 @@ fi
app_type="android_ndk"
lcd_orientation="landscape"
# Actually 408260kB
memory=256
memory=192
uname=`uname`
androidndkcc 16 armeabi "-mcpu=cortex-a9 -mfpu=neon-fp16 -mfloat-abi=softfp"
tool="cp "
@ -4078,7 +4078,7 @@ fi
target="DX90"
app_type="android_ndk"
lcd_orientation="landscape"
memory=256
memory=192
uname=`uname`
androidndkcc 16 armeabi "-mcpu=cortex-a9 -mfpu=neon-fp16 -mfloat-abi=softfp"
tool="cp "