Mercurial > hg > aimc
annotate lint_all.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 | f4e712d41321 |
rev | line source |
---|---|
tomwalters@14 | 1 #!/bin/bash |
tomwalters@14 | 2 find -E . -iregex ".*\.(h|cc|c)" | grep -v "ConvertUTF" | grep -v "SimpleIni" | xargs lint/cpplint.py |
tomwalters@14 | 3 |