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.

doom: minor code cleanup (replace magic constant with an existing define)

Change-Id: I39dd9accb0bb116c0c23035b75b7be141a236c01

+1 -1
+1 -1
apps/plugins/doom/i_sound.c
··· 462 462 I_UpdateSound(); // Force sound update 463 463 464 464 *start = mixbuffer; 465 - *size = SAMPLECOUNT*2*sizeof(short); 465 + *size = MIXBUFFERSIZE*sizeof(short); 466 466 } 467 467 468 468