This project allows you to generate audio from text in the style of animalese from the Animal Crossing games.
Project is created with:
- pydub
$ pip install pydub
You'll also need to install ffmpeg
or libav
for this to work
$ brew install ffmpeg
or
$ brew install libav