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.

Enable full sample rate sets for X3ii, X20, and Rocker

Change-Id: I89e139efb8a7662afaaabec360e6579907f8d025

+12
+4
firmware/export/config/agptekrocker.h
··· 123 123 /* We don't have hardware controls */ 124 124 #define HAVE_SW_TONE_CONTROLS 125 125 126 + /* HW codec is flexible */ 127 + #define HW_SAMPR_CAPS SAMPR_CAP_ALL 128 + #define HAVE_PLAY_FREQ 129 + 126 130 /* Battery */ 127 131 #define BATTERY_CAPACITY_DEFAULT 600 /* default battery capacity */ 128 132 #define BATTERY_CAPACITY_MIN 600 /* min. capacity selectable */
+4
firmware/export/config/xduoox20.h
··· 122 122 /* We don't have hardware controls */ 123 123 #define HAVE_SW_TONE_CONTROLS 124 124 125 + /* HW codec is flexible */ 126 + #define HW_SAMPR_CAPS SAMPR_CAP_ALL 127 + #define HAVE_PLAY_FREQ 128 + 125 129 /* Battery */ 126 130 #define BATTERY_CAPACITY_DEFAULT 2400 /* default battery capacity */ 127 131 #define BATTERY_CAPACITY_MIN 2400 /* min. capacity selectable */
+4
firmware/export/config/xduoox3ii.h
··· 122 122 /* We don't have hardware controls */ 123 123 #define HAVE_SW_TONE_CONTROLS 124 124 125 + /* HW codec is flexible */ 126 + #define HW_SAMPR_CAPS SAMPR_CAP_ALL 127 + #define HAVE_PLAY_FREQ 128 + 125 129 /* Battery */ 126 130 #define BATTERY_CAPACITY_DEFAULT 2000 /* default battery capacity */ 127 131 #define BATTERY_CAPACITY_MIN 2000 /* min. capacity selectable */