Skip to content

Dacaspex/hippo

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

21 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Hippo

A controlled randomised audio/text generator.

Usage

The program takes two arguments: the location of the task file, and the root directory of the audio files.

python generate.py /path/to/task_file.json /path/to/audio_files

Installation instructions

This section contains the installation instructions in order to run the program. I assume that you have Python (version 3 or higher) and pip installed.

ffmpeg

If you are working with non-.wav files (such as .mp3), you need to install additional tools, such as ffmpeg. Check the documentation of Pydub for more information.

Windows

Make sure that ffmpeg is installed and that it is added to your PATH system environment variable. You can find a guide to install it on Windows here.

Note: Sometimes a reboot of your system is required.

Dependencies

Open up a python virtual environment and install the packages with the following command:

pip install -r requirements.txt

About

A controlled randomised audio/text generator

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages