jamiebullock / LibXtract

LibXtract is a simple, portable, lightweight library of audio feature extraction functions.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

xtract_lowest_value bug

seanlikeskites opened this issue · comments

If the last element in the input array is below or equal to the threshold it will always be returned.

Library now doesn't build (on Linux at least).

float.h need to be included in scalar.c

Gah! That's annoying. DBL_MAX is in limits.h on Mac OS and float.h on GNU/Linux.

Fixed in the latest master.