Skip to content

Latest commit

 

History

History
21 lines (18 loc) · 446 Bytes

README.md

File metadata and controls

21 lines (18 loc) · 446 Bytes

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