This project allows you to generate audio from text in the style of animalese from the Animal Crossing games.
$ ./animalese.py the quick brown fox jumps over the lazy dog
The program accepts two options, one to control the pitch (available options: 'lowest', 'low', 'med', 'high') and one to control the output file
$ ./animalese.py the quick brown fox jumps over the lazy dog --pitch high --out output_name.wav
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