Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/equalo-official/animalese-generator

Generate audio like the dialogue from animal crossing
https://github.com/equalo-official/animalese-generator

Last synced: 1 day ago
JSON representation

Generate audio like the dialogue from animal crossing

Awesome Lists containing this project

README

        

# 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](https://github.com/jiaaro/pydub#dependencies)
```
$ brew install ffmpeg
```
or
```
$ brew install libav
```