1
0
Fork 0
forked from len0rd/rockbox

voice: touch re-used voice pool files so we know they're used.

Change-Id: I13779845884f770aabb921543a9fa589fc89294e
This commit is contained in:
Solomon Peachy 2024-04-18 17:16:49 -04:00
parent ea5ce8034b
commit 06cf2f0da5

View file

@ -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);
}
}