diff --git a/README.md b/README.md index 82b8e1c..c45fdef 100644 --- a/README.md +++ b/README.md @@ -40,7 +40,7 @@ These videos on TikTok, YouTube and Instagram get MILLIONS of views across all p If you want to see more detailed guide, please refer to the official [documentation](https://immaharry.gitbook.io/reddit-automated-video-bot/). *The Documentation is still being developed and worked on, please be patient as we change / add new knowledge! -#### OPTIONAL +#### OPTIONAL If you wish to edit the language or accent of the voice, please refer to the GTTS documentation [Localized Accents](https://gtts.readthedocs.io/en/latest/module.html#localized-accents) & the specifics of how to use it is located [GTTS Accent Examples](https://gtts.readthedocs.io/en/latest/module.html#examples). This can be edited in the voices.py file which is located inside /video_creation, adding the parameter `tld="co.uk"` for example in the `tts = gTTS(text=reddit_obj["thread_title"], lang="en", slow=False)` lines.