Install kokoro in terminal:
pip install kokoro>=0.9.2 soundfile python-docx
then create a .py file with the script, the code I have used is now available here: gist.github.com/SharedAcadem...
this creates a .wav file based on the .docx.
Install kokoro in terminal:
pip install kokoro>=0.9.2 soundfile python-docx
then create a .py file with the script, the code I have used is now available here: gist.github.com/SharedAcadem...
this creates a .wav file based on the .docx.
let me know if any of this needs more explanation and/or if it works for what you are wanting!
let me know if any of this needs more explanation and/or if it works for what you are wanting!
pip install pydub
and
brew install ffmpeg
Then run script to convert .wav into .mp3, available here: gist.github.com/SharedAcadem...
pip install pydub
and
brew install ffmpeg
Then run script to convert .wav into .mp3, available here: gist.github.com/SharedAcadem...
The code above defaults to US English, for British English use language code 'b'
The code above defaults to US English, for British English use language code 'b'
Install kokoro in terminal:
pip install kokoro>=0.9.2 soundfile python-docx
then create a .py file with the script, the code I have used is now available here: gist.github.com/SharedAcadem...
this creates a .wav file based on the .docx.
Install kokoro in terminal:
pip install kokoro>=0.9.2 soundfile python-docx
then create a .py file with the script, the code I have used is now available here: gist.github.com/SharedAcadem...
this creates a .wav file based on the .docx.
I use Visual Studio Code for convenience, but the combination of a plain text file saved as .py for the code and running it in the terminal works too.
I use Visual Studio Code for convenience, but the combination of a plain text file saved as .py for the code and running it in the terminal works too.