view 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
line wrap: on
line source
%module xtract
%include carrays.i 
%include typemaps.i

%{
#include "xtract/xtract_scalar.h"
%}

%array_functions(float, floatArray); 
%apply float *OUTPUT { float *result };

%include "xtract/xtract_scalar.h"