/animalese-generator

Generate audio like the dialogue from animal crossing

Primary LanguagePythonMIT LicenseMIT

Animalese Audio Generator

General info

This project allows you to generate audio from text in the style of animalese from the Animal Crossing games.

Technologies

Project is created with:

  • pydub

Installing required dependencies

$ pip install pydub

You'll also need to install ffmpeg or libav for this to work

$ brew install ffmpeg

or

$ brew install libav