Skip to content

Latest commit

 

History

History
19 lines (15 loc) · 556 Bytes

README.md

File metadata and controls

19 lines (15 loc) · 556 Bytes

Wavelets-Extension

A re-implementation of Wavelets package using Cython to improve the speed.

All the functions are similar to the main Wavelets repository. The sole purpose of this project is to be used in audio de-noising of sound files.

ref wavelet

Building

  1. Install directly via pip
pip install git+https://github.com/AP-Atul/wavelets-ext.git
  1. Clone the repo and run the setup
git clone https://github.com/AP-Atul/wavelets-ext.git
python setup.py build_ext --inplace