<feed xmlns='http://www.w3.org/2005/Atom'>
<title>LibXtract/TODO, branch master</title>
<subtitle>Fork of Jamie Bullock's feature extraction library</subtitle>
<link rel='alternate' type='text/html' href='http://git.1bpm.net/LibXtract/'/>
<entry>
<title>removed extraneous files</title>
<updated>2013-01-09T23:22:07+00:00</updated>
<author>
<name>Jamie Bullock</name>
<email>jamie@jamiebullock.com</email>
</author>
<published>2013-01-09T23:22:07+00:00</published>
<link rel='alternate' type='text/html' href='http://git.1bpm.net/LibXtract/commit/?id=4bd2c883f8c9c63930c659972adcc1911811d09a'/>
<id>4bd2c883f8c9c63930c659972adcc1911811d09a</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>- Added to pd example the ability to differentiate between different</title>
<updated>2008-02-16T20:13:05+00:00</updated>
<author>
<name>Jamie Bullock</name>
<email>jamie@postlude.co.uk</email>
</author>
<published>2008-02-16T20:13:05+00:00</published>
<link rel='alternate' type='text/html' href='http://git.1bpm.net/LibXtract/commit/?id=398afce1d37bad97d50a20aa5406a4dc6327912d'/>
<id>398afce1d37bad97d50a20aa5406a4dc6327912d</id>
<content type='text'>
argv types (XTRACT_FLOAT, XTRACT_INT) and pass the correct data type
to the xtract[]() function
- Added xtract_flatness_db() details to descriptors.c
- Fixes to tonality and xtract_subbands descriptors
- Added Pd examples for 'subband mean' and tonality calculated using subbands

</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
argv types (XTRACT_FLOAT, XTRACT_INT) and pass the correct data type
to the xtract[]() function
- Added xtract_flatness_db() details to descriptors.c
- Fixes to tonality and xtract_subbands descriptors
- Added Pd examples for 'subband mean' and tonality calculated using subbands

</pre>
</div>
</content>
</entry>
<entry>
<title>Added new extraction function: xtract_subbands()</title>
<updated>2008-02-15T15:49:49+00:00</updated>
<author>
<name>Jamie Bullock</name>
<email>jamie@postlude.co.uk</email>
</author>
<published>2008-02-15T15:49:49+00:00</published>
<link rel='alternate' type='text/html' href='http://git.1bpm.net/LibXtract/commit/?id=26fa6beab516a699ead017f4a2d68b1d861b9561'/>
<id>26fa6beab516a699ead017f4a2d68b1d861b9561</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>- Fixed bugs in xtract_flatness(), or at least added necessary</title>
<updated>2008-02-15T12:43:13+00:00</updated>
<author>
<name>Jamie Bullock</name>
<email>jamie@postlude.co.uk</email>
</author>
<published>2008-02-15T12:43:13+00:00</published>
<link rel='alternate' type='text/html' href='http://git.1bpm.net/LibXtract/commit/?id=e876da1b38221d8020d81b72926d2dee5c2bdc55'/>
<id>e876da1b38221d8020d81b72926d2dee5c2bdc55</id>
<content type='text'>
documentation and error checking to avoid problems
- Added xtract_is_denormal() helper function and XTRACT_DENORMAL_FOUND
return code
- Replaced all instances of log, sqrt, exp etc. with respective
floating point counterparts (logf etc.)
- Added check for architecture endianness to configure script
- Bug fix to PD example, now no longer crashes if no arguments are
given
- Minor documentation updates


</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
documentation and error checking to avoid problems
- Added xtract_is_denormal() helper function and XTRACT_DENORMAL_FOUND
return code
- Replaced all instances of log, sqrt, exp etc. with respective
floating point counterparts (logf etc.)
- Added check for architecture endianness to configure script
- Bug fix to PD example, now no longer crashes if no arguments are
given
- Minor documentation updates


</pre>
</div>
</content>
</entry>
<entry>
<title>- Fixes to descriptors.c where no break statement was given for certain cases is switch conditionals</title>
<updated>2007-12-24T13:21:13+00:00</updated>
<author>
<name>Jamie Bullock</name>
<email>jamie@postlude.co.uk</email>
</author>
<published>2007-12-24T13:21:13+00:00</published>
<link rel='alternate' type='text/html' href='http://git.1bpm.net/LibXtract/commit/?id=6abcb447777c3ab48bdbe720fc3d84d3e8841317'/>
<id>6abcb447777c3ab48bdbe720fc3d84d3e8841317</id>
<content type='text'>
- Added LPC and LPCC extraction functions. LPC implements Durbin method as described in Rabiner and Juang and implemented in Dr. Dobbs 1994 edition by Jutta Degener

</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
- Added LPC and LPCC extraction functions. LPC implements Durbin method as described in Rabiner and Juang and implemented in Dr. Dobbs 1994 edition by Jutta Degener

</pre>
</div>
</content>
</entry>
<entry>
<title>Removed fftw_plan from xtraction functions. Created new init function xtract_init_fft() for creating plans, which have global scope. Updated examples to reflect the change. New configure option: --with-fft_optimisation (0 = FFTW_ESTIMATE, 1 = FFTW_MEASURE, 2 = FFTW_PATIENT).</title>
<updated>2007-10-06T16:36:00+00:00</updated>
<author>
<name>Jamie Bullock</name>
<email>jamie@postlude.co.uk</email>
</author>
<published>2007-10-06T16:36:00+00:00</published>
<link rel='alternate' type='text/html' href='http://git.1bpm.net/LibXtract/commit/?id=7044486fdcc4d806f46c35ec4787ae48fa26c369'/>
<id>7044486fdcc4d806f46c35ec4787ae48fa26c369</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Minor mods and typos corrections that were lurking uncommitted</title>
<updated>2007-08-20T08:12:04+00:00</updated>
<author>
<name>Jamie Bullock</name>
<email>jamie@postlude.co.uk</email>
</author>
<published>2007-08-20T08:12:04+00:00</published>
<link rel='alternate' type='text/html' href='http://git.1bpm.net/LibXtract/commit/?id=d57b2ba82498d427a36b8ed26e13b6c039a23cb6'/>
<id>d57b2ba82498d427a36b8ed26e13b6c039a23cb6</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Fixed bug in xtract_spectrum() FFTW_R2HC now interpreted correctly. Updated ChangeLog and AUTHORS files.</title>
<updated>2007-03-14T17:20:14+00:00</updated>
<author>
<name>Jamie Bullock</name>
<email>jamie@postlude.co.uk</email>
</author>
<published>2007-03-14T17:20:14+00:00</published>
<link rel='alternate' type='text/html' href='http://git.1bpm.net/LibXtract/commit/?id=8c03bf4a4ec962659db170f3e5692413ac73e30a'/>
<id>8c03bf4a4ec962659db170f3e5692413ac73e30a</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Removed '//' comments</title>
<updated>2007-02-15T10:48:41+00:00</updated>
<author>
<name>Jamie Bullock</name>
<email>jamie@postlude.co.uk</email>
</author>
<published>2007-02-15T10:48:41+00:00</published>
<link rel='alternate' type='text/html' href='http://git.1bpm.net/LibXtract/commit/?id=cadf1d65ff8f2679b2e394ef1843a3a6f7232c54'/>
<id>cadf1d65ff8f2679b2e394ef1843a3a6f7232c54</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Rationalised spectral data format. Added spectral_mean et al</title>
<updated>2007-01-10T13:16:55+00:00</updated>
<author>
<name>Jamie Bullock</name>
<email>jamie@postlude.co.uk</email>
</author>
<published>2007-01-10T13:16:55+00:00</published>
<link rel='alternate' type='text/html' href='http://git.1bpm.net/LibXtract/commit/?id=66a31d55d10a65c7d293a7cfd9e79992dbfb6439'/>
<id>66a31d55d10a65c7d293a7cfd9e79992dbfb6439</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
