Dionyssos commited on
Commit
f1368b1
·
1 Parent(s): 6d04b6d

fx End Of AudioBook

Browse files
Files changed (2) hide show
  1. assets/audiobook_TTS.docx +2 -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:7499070a3e0b743e102cf6181b22544ba4febd6fc57f12757187b9c85554502f
3
- size 205578
 
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