Skip to content

Latest commit

 

History

History
14 lines (10 loc) · 808 Bytes

File metadata and controls

14 lines (10 loc) · 808 Bytes

AudioSignalProcessingScripts

Python scripts for Audio Signal Processing

#License This scripts are free to use under the terms of GPL licenses. Please read each one for more info.

#About Python scripts for Audio Signal Processing. The implementations include dynamic range compression (based on bands of a signal), noise gating, attack amplification, wave field synthesis convolution of signals, and a spectral centroid equalization.

#Dependencies Dependencies include SMS-Tools (install it via pip looking for smst package), NumPy, SciPy, pyolib objects and Essentia algorithms. This repo includes a sine.py module like the one of smst package, but coded for multiband analysis of a signal and using python language as much as possible.

#coded by All code written by Marcelo Tuller (a.k.a. Mars Crop)