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.
- Install directly via pip
pip install git+https://github.com/AP-Atul/wavelets-ext.git
- Clone the repo and run the setup
git clone https://github.com/AP-Atul/wavelets-ext.git
python setup.py build_ext --inplace