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.

fix yellow

git-svn-id: svn://svn.rockbox.org/rockbox/trunk@28426 a1c6a512-1295-4272-9138-f99709370657

-6
-6
firmware/sound.c
··· 791 791 The pitch value precision is based on PITCH_SPEED_PRECISION (in dsp.h) 792 792 */ 793 793 794 - #ifdef SIMULATOR 795 - static 796 - #else 797 - extern 798 - #endif 799 - unsigned long shadow_io_control_main; 800 794 static int last_pitch = PITCH_SPEED_100; 801 795 802 796 void sound_set_pitch(int32_t pitch)