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.

OOM on Audio_Reset_Buffer

Allow the talk file to be unloaded

Change-Id: I7633c213f1bf7135894aed43171ea683e2867954

+2
+2
apps/playback.c
··· 993 993 core_free(audiobuf_handle); 994 994 audiobuf_handle = 0; 995 995 } 996 + if (core_allocatable() < (1 << 10)) 997 + talk_buffer_set_policy(TALK_BUFFER_LOOSE); /* back off voice buffer */ 996 998 audiobuf_handle = core_alloc_maximum("audiobuf", &filebuflen, &ops); 997 999 998 1000 if (audiobuf_handle > 0)