Visit the African Voices website here.
- Install python 2.7 or newer
- Create a virtual environment
python3 -m venv virtual_environment_name - Activate the virtual environment
cd your_virtual_environment_nameand thensource bin/activate - Install all dependencies needed by the project. Run the command
pip3 install -r requirements.txtin the project root folder - Run make migrations and then migrate.
python manage.py makemigrationsand thenpython manage.py migrateto create the tables from models in the database - Run
python manage.py runserveron the project root folder to run project on local machine
For the project to work, you need to have festvox and its dependencies installed.
- Install prerequisites:
sudo apt-get install git build-essential libncurses5-dev sox wget
sudo apt-get install csh ffmpeg html2text
- Download and run fest_build.sh. On your terminal run:
chmod +x festvox_setup.sh
./festvox_setup.sh
Learn more about Festvox
Follow the instructions in NewlangTech to create your own synthesizer in simple steps.