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: Shorten silence threshold to 250ms (from 500ms)

Change-Id: I32ef8691f9e0adad1af4fce3c167cfcd950ca120

+2 -1
+2 -1
tools/voice.pl
··· 8 8 # $Id$ 9 9 # 10 10 # Copyright (C) 2007 Jonas Häggqvist 11 + # Copyright (C) 2020 Solomon Peachy 11 12 # 12 13 # All files in this archive are subject to the GNU General Public License. 13 14 # See the file COPYING in the source tree root for full license agreement. ··· 162 163 'turkce' => 'tr_TR-fettah-medium.onnx', 163 164 ); 164 165 165 - my $trim_thresh = 500; # Trim silence if over this, in ms 166 + my $trim_thresh = 250; # Trim silence if over this, in ms 166 167 my $force = 0; # Don't regenerate files already present 167 168 168 169 # Initialize TTS engine. May return an object or value which will be passed