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.

Get test_codec synced with changes in 6c868dd

Change-Id: I47c5ae09ff620b46e42463654e1a073b59fb2191

+2 -2
+2 -2
apps/plugins/test_codec.c
··· 119 119 120 120 static volatile unsigned int elapsed; 121 121 static volatile bool codec_playing; 122 - static volatile enum codec_command_action codec_action; 122 + static volatile long codec_action; 123 123 static volatile long endtick; 124 124 static volatile long rebuffertick; 125 125 struct wavinfo_t wavinfo; ··· 474 474 } 475 475 476 476 /* Codec calls this to know what it should do next. */ 477 - static enum codec_command_action get_command(intptr_t *param) 477 + static long get_command(intptr_t *param) 478 478 { 479 479 rb->yield(); 480 480 return codec_action;