From 2ffe87902dc72b4c26032c94e8250ff92d2888dc Mon Sep 17 00:00:00 2001 From: William Wilgus Date: Sun, 20 Sep 2020 13:29:02 -0400 Subject: Add Invalid Voice Announcement to the voice system FS#13216 When a voice file is invalid or fails to load the voice system splash a message 'Invalid Voice' Now we supply a single voice file (currently only english is used) the support for other languages is in but I haven't set it up to look for anything but InvalidVoice_english.talk Also adds a one time kill voice thread function ie. it doesn't allow re-init after killing the voice thread & queue Change-Id: I7b43f340c3cc65c65110190f0e0075b31218a7ac --- tools/buildzip.pl | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'tools/buildzip.pl') diff --git a/tools/buildzip.pl b/tools/buildzip.pl index 4b15771333..f53f16a674 100755 --- a/tools/buildzip.pl +++ b/tools/buildzip.pl @@ -614,8 +614,9 @@ sub buildzip { copy("rockbox-info.txt", "$temp_dir/rockbox-info.txt"); # copy the already built lng files - glob_copy('apps/lang/*lng', "$temp_dir/langs/"); + glob_copy('apps/lang/*.lng', "$temp_dir/langs/"); glob_copy('apps/lang/*.zip', "$temp_dir/langs/"); + glob_copy('apps/lang/*.talk', "$temp_dir/langs/"); # copy the .lua files glob_mkdir("$temp_dir/rocks/viewers/lua/"); -- cgit v1.2.3