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)

Portfile (961 bytes) - added by info@… 15 years ago.
patch-configure.diff (284 bytes) - added by info@… 15 years ago.
Patch to fix configure file

Download all attachments as: .zip

Change History (4)

Changed 15 years ago by info@…

Attachment: Portfile added

Changed 15 years ago by info@…

Attachment: patch-configure.diff added

Patch to fix configure file

comment:1 Changed 15 years ago by ryandesign (Ryan Carsten Schmidt)

Owner: changed from macports-tickets@… to ryandesign@…
Port: libxtract added
Status: newassigned

comment:2 Changed 15 years ago by ryandesign (Ryan Carsten Schmidt)

Resolution: fixed
Status: assignedclosed

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
Note: See TracTickets for help on using tickets.