- Create virtual environment
virtual_env env_name
- Activate virtual environment
- more on how to activate virtual environment.
- Run installation of dependencies from requirements.txt
pip install -r requirements.txt
- Move to the cloned repository folder
- Run script which calculates the fundamental frequency (f0), spectral envelop and aperiodicity and does the synthesis.
python main.py
Results of the above script are saved into separate folders where you can find charts of f0, spectral envelop, aperiodicity and some of signals before and after synthesis with the WORLD program.