diff options
Diffstat (limited to 'apps/playback.c')
| -rw-r--r-- | apps/playback.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/apps/playback.c b/apps/playback.c index a397617..6ad5e53 100644 --- a/apps/playback.c +++ b/apps/playback.c @@ -99,8 +99,8 @@ static volatile bool paused; #define GUARD_BUFSIZE (8*1024) /* As defined in plugin.lds */ -#define CODEC_IRAM_ORIGIN 0x10010000 -#define CODEC_IRAM_SIZE 0x8000 +#define CODEC_IRAM_ORIGIN 0x1000c000 +#define CODEC_IRAM_SIZE 0xc000 extern bool audio_is_initialized; |