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.

voice: output_dyn_value: fix scale

regression introduced in 15e5237

Change-Id: Ib107be08d2712b9c74e2795180ac8565c146af0b

+1 -1
+1 -1
apps/misc.c
··· 178 178 } 179 179 else 180 180 { 181 - talk_fractional(tbuf, value, P2ID(units[unit_no])); 181 + talk_fractional(tbuf, value2, P2ID(units[unit_no])); 182 182 } 183 183 return buf; 184 184 }