From: Paul Brossier Date: Thu, 17 Sep 2009 05:07:11 +0000 (+0200) Subject: ext/sndfileio.c: cat to sndfile native type X-Git-Tag: bzr2git~351 X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=39658e2641878feecdce154dcc7f4ae0053781fb;p=aubio.git ext/sndfileio.c: cat to sndfile native type --- diff --git a/ext/sndfileio.c b/ext/sndfileio.c index ebaa943c..fd37bab3 100644 --- a/ext/sndfileio.c +++ b/ext/sndfileio.c @@ -148,7 +148,7 @@ int aubio_sndfile_read(aubio_sndfile_t * f, int frames, fvec_t * read) { /* de-interleaving data */ for (i=0; itmpdata[channels*j+i]; } @@ -178,7 +178,7 @@ int aubio_sndfile_write(aubio_sndfile_t * f, int frames, fvec_t * write) { /* interleaving data */ for (i=0; itmpdata[channels*j+i] = pwrite[j]; }