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

  1. Clone the repository
  2. Install the python modules numpy and librosa
  3. Install ffmpeg using your system's package manager

Usage

  1. Replace the audio file in the res directory (or use a path as argument)
  2. Optionally replace the images in the res directory
  3. 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

Still loading...