Experiments and Programs related to voice computing.
This project is maintained by shashank-shark
We use the following commands to setup virtualenv
on our linux operating system.
$ sudo apt update
$ sudo apt upgrade
$ sudo apt install python3-virtualenv
Now we create a new python3 virtual enviroment named voice-comp
.
$ virtualenv voice-comp
Activate the virtual voice-comp environment.
$ source voice-comp/bin/activate
pydub - pip install pydub
wave - pip install wave
librosa - pip install librosa, pip install numba==0.48
scipy - pip install scipy
soundfile - pip install soundfile