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: clean up a debug message

Change-Id: Iee8c68a8e943218ce53b46a7150af7df08702719

+1 -1
+1 -1
tools/voice.pl
··· 630 630 # Apply corrections 631 631 $voice = correct_string($voice, $language, $tts_object); 632 632 633 - printf("Talkclip %s: %s", $enc, $voice) if $verbose; 633 + printf("Talkclip %s: %s\n", $enc, $voice) if $verbose; 634 634 # Don't generate encoded file if it already exists 635 635 next if (-f $enc && !$force); 636 636