Dionyssos commited on
Commit
b71acb9
1 Parent(s): 25b87f7
Files changed (1) hide show
  1. README.md +3 -7
README.md CHANGED
@@ -116,16 +116,12 @@ CUDA_DEVICE_ORDER=PCI_BUS_ID HF_HOME=/data/dkounadis/.hf7/ CUDA_VISIBLE_DEVICES=
116
 
117
  ##
118
 
119
- # Audionook
120
 
121
- Convert `.docx` to audio `.wav` & `.mp4`. Via multiple voices, then concatenate all `audiobook.wav` made with each voice to a full `.mp4`
122
- `concatenate of .mp4s has noisy speech, however Individual single voice .mp4s are noiseless, debug args ffmpeg`. Therefore, for now, SHIFT repo only produces
123
- single-voice audiobook. Archiving here the multiple-voice `audiobook.py`.
124
 
125
  ```python
126
  # uses Flask api.py
127
- # needs to load ../shift/assets/INCLUSION_IN_MUSEUMS_audiobook.docx
128
- #
129
- #
130
  python audiobook.py
131
  ```
 
116
 
117
  ##
118
 
119
+ # Audiobook
120
 
121
+ Convert `.docx` to audio `.wav` & `.mp4`. Via multiple voices. Listen to it in YouTube [male voice](https://www.youtube.com/watch?v=5-cpf7u18JE) / [female voice](https://www.youtube.com/watch?v=pzrLYCaWD2A)
 
 
122
 
123
  ```python
124
  # uses Flask api.py
125
+ # download shift/assets/INCLUSION_IN_MUSEUMS_audiobook.docx
 
 
126
  python audiobook.py
127
  ```