<feed xmlns='http://www.w3.org/2005/Atom'>
<title>LibXtract/ChangeLog, 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>Delete unneeded files</title>
<updated>2014-11-07T13:11:34+00:00</updated>
<author>
<name>Jamie Bullock</name>
<email>jamie@jamiebullock.com</email>
</author>
<published>2014-11-07T13:11:34+00:00</published>
<link rel='alternate' type='text/html' href='http://git.1bpm.net/LibXtract/commit/?id=a2fd76be93a535d7c49a1b9dc3903be09ddfb7b7'/>
<id>a2fd76be93a535d7c49a1b9dc3903be09ddfb7b7</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>- Fixed build fail if --enable-fft not specified</title>
<updated>2008-03-26T13:04:33+00:00</updated>
<author>
<name>Jamie Bullock</name>
<email>jamie@postlude.co.uk</email>
</author>
<published>2008-03-26T13:04:33+00:00</published>
<link rel='alternate' type='text/html' href='http://git.1bpm.net/LibXtract/commit/?id=d817fc9b42b0c04d6452159ca63f5a30834f5489'/>
<id>d817fc9b42b0c04d6452159ca63f5a30834f5489</id>
<content type='text'>
- Fixed doxygen build so that it includes libxtract.h
- Doxygen tweaks

</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
- Fixed doxygen build so that it includes libxtract.h
- Doxygen tweaks

</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>- 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>Fixed bug in xtract_init_mfcc() - iteration to decide filter peak positions only filled in freq_bands+1 values, when it should fill in freq_bands+2</title>
<updated>2007-10-09T13:47:58+00:00</updated>
<author>
<name>Dan Stowell</name>
<email>danstowell@gmail.com</email>
</author>
<published>2007-10-09T13:47:58+00:00</published>
<link rel='alternate' type='text/html' href='http://git.1bpm.net/LibXtract/commit/?id=82c1a63f989c54ce9b57e184f8da31d1d013d119'/>
<id>82c1a63f989c54ce9b57e184f8da31d1d013d119</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</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>Incremented FIX revision number and updated ChangeLog</title>
<updated>2007-10-04T14:29:30+00:00</updated>
<author>
<name>Jamie Bullock</name>
<email>jamie@postlude.co.uk</email>
</author>
<published>2007-10-04T14:29:30+00:00</published>
<link rel='alternate' type='text/html' href='http://git.1bpm.net/LibXtract/commit/?id=944e692ddd2862827821ef498dc6e5a570c26752'/>
<id>944e692ddd2862827821ef498dc6e5a570c26752</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Added basic SWIG wrapper generator (use ./configure --enable-swig etc)</title>
<updated>2007-09-04T19:07:55+00:00</updated>
<author>
<name>Jamie Bullock</name>
<email>jamie@postlude.co.uk</email>
</author>
<published>2007-09-04T19:07:55+00:00</published>
<link rel='alternate' type='text/html' href='http://git.1bpm.net/LibXtract/commit/?id=280bf6f6ba2c6ad6d4f470573ca23d72541813c1'/>
<id>280bf6f6ba2c6ad6d4f470573ca23d72541813c1</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Updated changelog</title>
<updated>2007-08-19T21:54:10+00:00</updated>
<author>
<name>Jamie Bullock</name>
<email>jamie@postlude.co.uk</email>
</author>
<published>2007-08-19T21:54:10+00:00</published>
<link rel='alternate' type='text/html' href='http://git.1bpm.net/LibXtract/commit/?id=47923b5be4f46484846d2443ce1b72a0b6506f1d'/>
<id>47923b5be4f46484846d2443ce1b72a0b6506f1d</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Fixed autocorrelation_fft() it now gives comparable output to autocorrelation()</title>
<updated>2007-04-20T08:49:49+00:00</updated>
<author>
<name>Jamie Bullock</name>
<email>jamie@postlude.co.uk</email>
</author>
<published>2007-04-20T08:49:49+00:00</published>
<link rel='alternate' type='text/html' href='http://git.1bpm.net/LibXtract/commit/?id=df6ca885dba5d131417c709366efbe2ff524dda6'/>
<id>df6ca885dba5d131417c709366efbe2ff524dda6</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
