Skip to content

m-grig/Animalese-Generator-equalo

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

27 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Animalese Audio Generator

Source

The original repo I created for this code lives here as a part of a project for my youtube channel. Argparsing was added by mkuw.

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 (Mac)

$ pip install pydub

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

$ brew install ffmpeg

or

$ brew install libav

About

Animalese Generator originally created for Equalo channel

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages