Mercurial > hg > libxtract
annotate swig/python/xtract.i @ 95:432d97ee02ef
Minor modifications to MFCC init, mainly just code formatting
author | Dan Stowell <danstowell@gmail.com> |
---|---|
date | Wed, 03 Oct 2007 10:01:15 +0000 |
parents | 525bfdf936c6 |
children |
rev | line source |
---|---|
jamie@88 | 1 %module xtract |
jamie@88 | 2 %include carrays.i |
jamie@88 | 3 %include typemaps.i |
jamie@88 | 4 |
jamie@88 | 5 %{ |
jamie@88 | 6 #include "xtract/xtract_scalar.h" |
jamie@88 | 7 %} |
jamie@88 | 8 |
jamie@88 | 9 %array_functions(float, floatArray); |
jamie@88 | 10 %apply float *OUTPUT { float *result }; |
jamie@88 | 11 |
jamie@88 | 12 %include "xtract/xtract_scalar.h" |