From 78e81c3fce3427c894daf2a2ca9712b37a8a6cbf Mon Sep 17 00:00:00 2001 From: Jamie Bullock Date: Wed, 15 Jan 2014 19:16:19 +0000 Subject: Add build status widget to README --- README.md | 2 ++ 1 file changed, 2 insertions(+) (limited to 'README.md') diff --git a/README.md b/README.md index b3a3cee..90f815f 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,7 @@ # LibXtract +[![Build Status](https://travis-ci.org/jamiebullock/LibXtract.png?branch=master)](https://travis-ci.org/jamiebullock/LibXtract) + LibXtract is a simple, portable, lightweight library of audio feature extraction functions. The purpose of the library is to provide a relatively exhaustive set of feature extraction primatives that are designed to be 'cascaded' to create a extraction hierarchies. For example, 'variance', 'average deviation', 'skewness' and 'kurtosis', all require the 'mean' of the input vector to be precomputed. However, rather than compute the 'mean' 'inside' each function, it is expected that the 'mean' will be passed in as an argument. This means that if the user wishes to use all of these features, the mean is calculated only once, and then passed to any functions that require it. -- cgit v1.2.3