Basic Sound Processing with python
This page describes how to perform some basic sound processing functions in python. We’ll be using the pylab interface, which gives access to numpy and matplotlib, both these packages need to be installed. We’ll also use the Audiolab package (formerly Pyaudiolab) to import wav files. Download and installation instructions are given on the author’s page. [...]

