Skip to content

Latest commit

 

History

History
58 lines (38 loc) · 779 Bytes

README.md

File metadata and controls

58 lines (38 loc) · 779 Bytes

Sample Cleaner

A website designed to clean the background noise from sound recordings of vinyl discs. Developed with nodejs.

Starting the project

  1. Import the MYSQL database located in ./base.sql.

  2. Install nodejs modules:

npm install
  1. Install frontend components:
bower install
  1. Start project
npm start

Python dependencies

Extensions

  • ffmpeg
sudo apt-add-repository ppa:mc3man/trusty-media
sudo apt-get update
sudo apt-get install ffmpeg

Modules:

  • 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