Re: [linux-audio-dev] [ANN] aubio 0.3.0

2006-05-27 Thread Paul Brossier
On Sat, May 27, 2006 at 07:50:32AM +1000, Erik de Castro Lopo wrote: > > > What compiler are you using that didn't call > > SF_INFO sfinfo; > memset (&sfinfo, 0, sfinfo) ; > > an error? err, as Stefan said above, the macro would expand: SF_INFO sfinfo;

Re: [linux-audio-dev] [ANN] aubio 0.3.0

2006-05-26 Thread Erik de Castro Lopo
karsten wiese wrote: > yes, given how AUBIO_MEMSET ist defined: > #define AUBIO_MEMSET(_dst,_src,_t) memset(_dst,_src,sizeof(_t)) > > before the patch above example would expand to > memset(&sfinfo, 0, sizeof(sizeof (sfinfo))); > which becomes > memset(&sfinfo, 0, sizeo

Re: [linux-audio-dev] [ANN] aubio 0.3.0

2006-05-26 Thread Erik de Castro Lopo
Paul Brossier wrote: > On Fri, May 26, 2006 at 10:25:57PM +1000, Erik de Castro Lopo wrote: > > karsten wiese wrote: > > > > > > > > > > As usual, the source code can be found at http://aubio.piem.org/ , > > > > and Debian packages are available from http://piem.org/debian/ . > > > > Errm

Re: [linux-audio-dev] [ANN] aubio 0.3.0

2006-05-26 Thread Paul Brossier
On Fri, May 26, 2006 at 10:25:57PM +1000, Erik de Castro Lopo wrote: > karsten wiese wrote: > > > > > > > As usual, the source code can be found at http://aubio.piem.org/ , > > > and Debian packages are available from http://piem.org/debian/ . > > Errm, this looks really weird. > > @@ -41

Re: [linux-audio-dev] [ANN] aubio 0.3.0

2006-05-26 Thread karsten wiese
> -AUBIO_MEMSET(&sfinfo, 0, sizeof (sfinfo)); > +AUBIO_MEMSET(&sfinfo, 0, sfinfo); > sfinfo.format = 0; > > f->handle = sf_open (outputname, SFM_READ, &sfinfo); > > Are you sure you don't have diff direction wrong? > yes, given how AUBIO_MEMSET ist defined:

Re: [linux-audio-dev] [ANN] aubio 0.3.0

2006-05-26 Thread Erik de Castro Lopo
karsten wiese wrote: > > > > As usual, the source code can be found at http://aubio.piem.org/ , > > and Debian packages are available from http://piem.org/debian/ . Errm, this looks really weird. @@ -41,7 +41,7 @@ aubio_sndfile_t * new_aubio_sndfile_ro(const char* outputname) {

RE: [linux-audio-dev] [ANN] aubio 0.3.0

2006-05-26 Thread karsten wiese
> > As usual, the source code can be found at http://aubio.piem.org/ , > and Debian packages are available from http://piem.org/debian/ . > > Feedback most appreciated! > Hi Paul, attached fixlet makes MEMSET macro expand as intended. Karsten ___

Re: [linux-audio-dev] [ANN] aubio 0.3.0

2006-05-23 Thread Frank Barknecht
Hallo, Paul Brossier hat gesagt: // Paul Brossier wrote: > On Mon, May 22, 2006 at 03:34:27PM +0200, Frank Barknecht wrote: > > Minor nitpick: Generally help-patches in Pd nowadays follow the naming > > convention: "NAME-help.pd" instead of "help-NAME.pd" as in the > > aubio-distribution. Maybe y

Re: [linux-audio-dev] [ANN] aubio 0.3.0

2006-05-23 Thread Paul Brossier
Hi, On Mon, May 22, 2006 at 03:34:27PM +0200, Frank Barknecht wrote: > Hallo, > Paul Brossier hat gesagt: // Paul Brossier wrote: > > > The latest version of aubio, 0.3.0, is now available. aubio is a library > > for audio labelling. The goal of this project is to provide automatic > > feature ex

Re: [linux-audio-dev] [ANN] aubio 0.3.0

2006-05-23 Thread Paul Brossier
Hi all, On Tue, May 23, 2006 at 12:16:21PM +0200, Pieter Palmers wrote: > Patrick Shirkey wrote: > > >Paul Brossier wrote: > > > >>The latest version of aubio, 0.3.0, is now available. aubio is a library > >>for audio labelling. The goal of this project is to provide automatic > >>feature extract

Re: [linux-audio-dev] [ANN] aubio 0.3.0

2006-05-23 Thread Pieter Palmers
Patrick Shirkey wrote: Paul Brossier wrote: The latest version of aubio, 0.3.0, is now available. aubio is a library for audio labelling. The goal of this project is to provide automatic feature extraction algorithms to other audio software projects. Features include onset detection, beat trac

Re: [linux-audio-dev] [ANN] aubio 0.3.0

2006-05-22 Thread Patrick Shirkey
Paul Brossier wrote: The latest version of aubio, 0.3.0, is now available. aubio is a library for audio labelling. The goal of this project is to provide automatic feature extraction algorithms to other audio software projects. Features include onset detection, beat tracking, and pitch detection.

Re: [linux-audio-dev] [ANN] aubio 0.3.0

2006-05-22 Thread Frank Barknecht
Hallo, Paul Brossier hat gesagt: // Paul Brossier wrote: > The latest version of aubio, 0.3.0, is now available. aubio is a library > for audio labelling. The goal of this project is to provide automatic > feature extraction algorithms to other audio software projects. Features > include onset det

Re: [linux-audio-dev] [ANN] aubio 0.3.0

2006-05-22 Thread Guillaume Pellerin
So goood ;) Paul Brossier wrote: > The latest version of aubio, 0.3.0, is now available. aubio is a library > for audio labelling. The goal of this project is to provide automatic > feature extraction algorithms to other audio software projects. Features > include onset detection, beat tracking, a

[linux-audio-dev] [ANN] aubio 0.3.0

2006-05-22 Thread Paul Brossier
The latest version of aubio, 0.3.0, is now available. aubio is a library for audio labelling. The goal of this project is to provide automatic feature extraction algorithms to other audio software projects. Features include onset detection, beat tracking, and pitch detection. Functions can be used