Skip already generated voiceover files

This commit is contained in:
NicoHood 2016-01-18 18:33:13 +01:00
parent c7a2ed1640
commit 69f3b87b6e

View file

@ -73,7 +73,7 @@ class Text2Speech(object):
# This might happen with "Track001" or "01. Intro" names for example.
if os.path.isfile(out_wav_path):
print "Using eExisting", out_wav_path
return
return True
# ensure we deal with unicode later
if not isinstance(text, unicode):