Talkative Rick
A python-script to make Rick say whatever you want! - With the option to use any images you want instead of Rick.
Installation & Support
Installation
- Clone the repository
- Install the python modules numpy and librosa
- Install ffmpeg using your system's package manager
Usage
- Replace the audio file in the res directory (or use a path as argument)
- Optionally replace the images in the res directory
- Run the script; (arguments) are optional, [arguments] are obligatory:
python3 main.py (--averaging-[global|padded|local]_[tolarance]) (audio file) [output file]
Example usage:
python3 main.py --averaging-global_1 ~/Music/some_audio.ogg ~/Videos/talkative_rick.mp4
Averaging modes determine which audio volumes are considered to be voice.
The tolerance only affects padded and global modes.
Higher tolerance means more will be interpreted as voice; default is 1.0
The audio tracks generated by
Sound of Text are perfectly suited to be used with this project.
Support
If you need help or want to suggest a change, please see the
issues page.
Screenshots