I recently looked at generating spoken audio from text using here. I have found another way to do this, but locally, instead of sending all the data to Google. The tool that I used is called piper1-gpl. Install Piper Use the Python package manager pip to get it installed: pip install piper-tts You may need to use your distro’s package manager to get pip installed if it’s not present. Choose a voice Next, you need to choose a voice to read the text. The following command will print a list ...