From 06cf2f0da5bbba55524a5ed52c25730dcb4ea284 Mon Sep 17 00:00:00 2001 From: Solomon Peachy Date: Thu, 18 Apr 2024 17:16:49 -0400 Subject: voice: touch re-used voice pool files so we know they're used. Change-Id: I13779845884f770aabb921543a9fa589fc89294e --- tools/voice.pl | 1 + 1 file changed, 1 insertion(+) diff --git a/tools/voice.pl b/tools/voice.pl index 2cb7867eb2..6b3f807854 100755 --- a/tools/voice.pl +++ b/tools/voice.pl @@ -425,6 +425,7 @@ sub generateclips { $language); if (-f $pool_file) { printf("Re-using %s (%s) from pool\n", $id, $voice) if $verbose; + system("touch $pool_file"); # So we know it's still being used. copy($pool_file, $enc); } } -- cgit v1.2.3