Suggestion to add commas when it lose words.
Browse files
README.md
CHANGED
@@ -361,7 +361,7 @@ if __name___ == "__main__":
|
|
361 |
3. **Text File**: Make sure each line is properly formatted (no extra blank lines).
|
362 |
4. **Delay Setting**: Adjust the `delay` parameter if you need to throttle generation speed.
|
363 |
5. **Output Directory**: The class automatically creates directories in the specified `output_audio_file` path if they don't exist.
|
364 |
-
6. **Audio is chunked per line, use short reference 5s to 9s, for the text, use short text lines** Make lines short if it starts to lose track.
|
365 |
|
366 |
|
367 |
---
|
|
|
361 |
3. **Text File**: Make sure each line is properly formatted (no extra blank lines).
|
362 |
4. **Delay Setting**: Adjust the `delay` parameter if you need to throttle generation speed.
|
363 |
5. **Output Directory**: The class automatically creates directories in the specified `output_audio_file` path if they don't exist.
|
364 |
+
6. **Audio is chunked per line, use short reference 5s to 9s, for the text, use short text lines** Make lines short if it starts to lose track. Also try to add commas to make pauses, it helps on keeping quality of the speaker.
|
365 |
|
366 |
|
367 |
---
|