A website designed to clean the background noise from sound recordings of vinyl discs. Developed with nodejs.
-
Import the MYSQL database located in ./base.sql.
-
Install nodejs modules:
npm install
- Install frontend components:
bower install
- Start project
npm start
- ffmpeg
sudo apt-add-repository ppa:mc3man/trusty-media
sudo apt-get update
sudo apt-get install ffmpeg
- scipy
sudo apt-get install python-numpy python-scipy python-matplotlib ipython ipython-notebook python-pandas python-sympy python-nose
- python-magic
pip install python-magic
- pydub
pip install pydub