mirror of
https://github.com/nims11/IPod-Shuffle-4g.git
synced 2025-12-07 07:58:01 +09:00
Skip already generated voiceover files
This commit is contained in:
parent
bf2c405bba
commit
81b8293a18
1 changed files with 1 additions and 1 deletions
|
|
@ -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):
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue