A modern Music Player Daemon based on Rockbox open source high quality audio player
libadwaita audio rust zig deno mpris rockbox mpd
at master 73 lines 892 B view raw
1sha1.c 2gcc-support.c 3pluginlib_actions.c 4action_helper.c 5button_helper.c 6helper.c 7icon_helper.c 8arg_helper.c 9md5.c 10jhash.c 11configfile.c 12playback_control.c 13rgb_hsv.c 14highscore.c 15simple_viewer.c 16display_text.c 17printcell_helper.c 18strncpy.c 19stdio_compat.c 20 21#if (LCD_DEPTH < 4) 22grey_core.c 23grey_draw.c 24grey_parm.c 25grey_scroll.c 26 27#ifdef CPU_COLDFIRE 28grey_coldfire.S 29#endif 30 31#endif /* LCD_DEPTH < 4 */ 32 33overlay.c 34 35#ifdef RB_PROFILE 36profile_plugin.c 37#endif 38 39#ifdef CPU_ARM 40pluginlib_jpeg_idct_arm.S 41#endif 42 43pluginlib_jpeg_mem.c 44pluginlib_resize.c 45 46#ifndef HAVE_JPEG 47pluginlib_jpeg_load.c 48#endif 49 50checkbox.c 51osd.c 52picture.c 53xlcd_core.c 54xlcd_draw.c 55xlcd_scroll.c 56pluginlib_bmp.c 57read_image.c 58 59#ifdef HAVE_LCD_COLOR 60bmp_smooth_scale.c 61#endif 62 63#if !defined(HAVE_ALBUMART) || !defined(HAVE_JPEG) 64pluginlib_albumart.c 65#endif 66 67kbd_helper.c 68 69#ifdef HAVE_TOUCHSCREEN 70pluginlib_touchscreen.c 71#endif 72 73mul_id3.c