annotate build_python_module.sh @ 16:2a5354042241

-Updated the Slaney IIR gammatone to use a cascase of four second-order filters as per the implementtion in Slaney's auditory toolbox. This is more numerically stable at high sample rates and low centre frequencies.
author tomwalters
date Sat, 20 Feb 2010 17:56:40 +0000
parents ba2f7596d1a2
children
rev   line source
tomwalters@14 1 #!/bin/bash
tomwalters@14 2 cd swig
tomwalters@14 3 python setup.py "build_ext"
tomwalters@14 4 python setup.py install
tomwalters@14 5 cd ..