Skip to content

dsouzajaison/sound-synthesis

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 

Repository files navigation

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

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages