forked from upstream/IPod-Shuffle-4g
typo in comment
This commit is contained in:
parent
2712451e25
commit
62c8fcd191
1 changed files with 1 additions and 1 deletions
|
|
@ -83,7 +83,7 @@ class Text2Speech(object):
|
||||||
|
|
||||||
@staticmethod
|
@staticmethod
|
||||||
def text2speech(out_wav_path, text):
|
def text2speech(out_wav_path, text):
|
||||||
# Skip voiceover geneartion if a track with the same name is used.
|
# Skip voiceover generation if a track with the same name is used.
|
||||||
# This might happen with "Track001" or "01. Intro" names for example.
|
# This might happen with "Track001" or "01. Intro" names for example.
|
||||||
if os.path.isfile(out_wav_path):
|
if os.path.isfile(out_wav_path):
|
||||||
print "Using existing", out_wav_path
|
print "Using existing", out_wav_path
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue