fx End Of AudioBook
Browse files- assets/audiobook_TTS.docx +2 -2
- audiobook.py +1 -1
assets/audiobook_TTS.docx
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
-
size
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:b4959f9c0dd9618b99c8eee371cf7ce2a042a8cdac48360556260af4d75830f1
|
3 |
+
size 205333
|
audiobook.py
CHANGED
@@ -56,7 +56,7 @@ for vox in voices:
|
|
56 |
chapter = []
|
57 |
|
58 |
final_paragraph_for_saving_last_chapter = d.paragraphs[-1]
|
59 |
-
final_paragraph_for_saving_last_chapter.text = 'CHAPTER:'
|
60 |
|
61 |
for para in d.paragraphs + [final_paragraph_for_saving_last_chapter,]: # final paragraph is only to go into if & save .wav of last CHAPTER
|
62 |
t = para.text
|
|
|
56 |
chapter = []
|
57 |
|
58 |
final_paragraph_for_saving_last_chapter = d.paragraphs[-1]
|
59 |
+
final_paragraph_for_saving_last_chapter.text = 'CHAPTER: END OF AUDIOBOOK'
|
60 |
|
61 |
for para in d.paragraphs + [final_paragraph_for_saving_last_chapter,]: # final paragraph is only to go into if & save .wav of last CHAPTER
|
62 |
t = para.text
|