This is a custom demo template to create a voice over video with the voice, sound template, and text of your choice.
For example:
voice = "voice of your choice"
speed = 110 - choose the voice speed
soundTemplate = "sound design of your choice"
First we create an audio file with the chosen text, voice, mastering presets and sound template. Then we overlay the created audio onto video.
Then open your code editor and install the following packages:
pip3 -r requirements.txt
- Get your API_KEY from API.audio console
- Add .env file to your project root directory and add your API_KEY=****************************
- Make sure that you added all the values to the variables (voice, speed, soundTemplate) (For more voices and sound templates visit our Voice & Sound library
- To render your python script: Open your terminal at your project and type in: python3 main.py
- Your files will be saved in your project directory