Skip to content

Latest commit

 

History

History
20 lines (17 loc) · 620 Bytes

README.md

File metadata and controls

20 lines (17 loc) · 620 Bytes

sound-synthesis-

This is GUI based application which allows the user to alter the the wave file. The parameters which you can play with is sampling rate , changing the length of the wave file. Also allows to change the power spectrum of the wav file and reply it with graphical plots

Create a virtual environment

python3 -m venv toolchain

The above command creates a virtual environment named toolchain. Activate the toolchain in order to install our dependencies

 source toolchain/bin/activate

Now install dependencies from the requirements.txt file

pip install -r requirement.txt