Skip to content

Latest commit

 

History

History
30 lines (18 loc) · 1 KB

README.md

File metadata and controls

30 lines (18 loc) · 1 KB

waveletGui

Description

This is a GUI for manipulating audio files in the wavelet domain.

Dependencies

You can install all dependencies with the provided environment.yaml using Anaconda.

conda env create -f environment.yaml
conda activate waveletGui

Usage

Just run

python waveletGui.py

and a GUI opens which will let you import a WAVE-file, choose a mother wavelet, edit the file in the wavelet domain and export the result to a WAVE-file again. Currently only mono files are supported.

License

waveletGui is licensed under the MIT License. This means you can do anything you want with the code as long as you provide attribution back to me.