Rockbox open source high quality audio player as a Music Player Daemon
mpris rockbox mpd libadwaita audio rust zig deno
2
fork

Configure Feed

Select the types of activity you want to include in your feed.

[Bugfix] Enable Progressive loading for talk clips on devices <= 8MB

our voiceclips are getting in the way of allocs for the tree
on these devices

Change-Id: I556400359df22a2643e6ee3f9a161bc364841002

authored by

William Wilgus and committed by
William Wilgus
ffebb9e2 33495ef0

+1 -1
+1 -1
apps/talk.c
··· 84 84 85 85 /***************** Globals *****************/ 86 86 87 - #if MEMORYSIZE <= 2 87 + #if MEMORYSIZE <= 8 88 88 /* On low memory swcodec targets the entire voice file wouldn't fit in memory 89 89 * together with codecs, so we load clips each time they are accessed. */ 90 90 #define TALK_PROGRESSIVE_LOAD