Skip to content

equalo-official/animalese-generator

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

26 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Animalese Audio Generator

General info

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

Usage

$ ./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

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

About

Generate audio like the dialogue from animal crossing

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages