raccoonML / voicebox

Reusable user interface for voice projects

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Voicebox

Voicebox is a reusable user interface for voice projects.

Quick start

To see Voicebox in action, set up a Python virtual environment and install the requirements.

pip install --upgrade pip
pip install -r requirements.txt

Then launch the user interface with:

python run_voicebox.py --vc

Other examples

An example Voicebox project for vocoder testing can be launched with:

python run_voicebox.py --vocoder

The included sample project performs a blending of the loaded audio files.

Usage

Voicebox is still in initial development and will be changing rapidly as we gain experience integrating it with actual repositories. For this reason, usage instructions are advertised in the README at this time. If you would like to integrate this with your project, please follow the directions in run_voicebox.py and the example project most closely matching your application. It should not be necessary to modify the UI files in the voicebox folder, but they can be studied to understand how it works.

About

Reusable user interface for voice projects

License:MIT License


Languages

Language:Python 100.0%