Opened 15 years ago
Closed 15 years ago
#20354 closed submission (fixed)
libxtract-0.4.7 Contribution
Reported by: | info@… | Owned by: | ryandesign (Ryan Carsten Schmidt) |
---|---|---|---|
Priority: | Normal | Milestone: | |
Component: | ports | Version: | 1.7.1 |
Keywords: | Cc: | ||
Port: | libxtract |
Description
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.
Attachments (2)
Change History (4)
Changed 15 years ago by info@…
Changed 15 years ago by info@…
Attachment: | patch-configure.diff added |
---|
comment:1 Changed 15 years ago by ryandesign (Ryan Carsten Schmidt)
Owner: | changed from macports-tickets@… to ryandesign@… |
---|---|
Port: | libxtract added |
Status: | new → assigned |
comment:2 Changed 15 years ago by ryandesign (Ryan Carsten Schmidt)
Resolution: | → fixed |
---|---|
Status: | assigned → closed |
Thanks for the port! I committed it in r54393 with these changes:
- Changed the category from devel to audio
- Filled in long_description
- Obfuscated the maintainer email address
- Changed master_sites to just "sourceforge"
- Minor whitespace changes
Patch to fix configure file