Author Topic: VAMP host defined in SWI-Prolog  (Read 6647 times)

davidpas

  • Newbie
  • *
  • Posts: 1
    • View Profile
VAMP host defined in SWI-Prolog
« on: July 24, 2008, 19:38:15 »
Hello all,

As part of larger SWI-Prolog based system for DSP, we have developed an interface to VAMP.

This interface allows the user to query the plugin information and control the lifecycle by means of Prolog predicates that can be combined to form complex queries.

We also provide a module to call vamp "transforms" under a unified predicate with the following options:
-program
-step
-block
-parameters

This host/wrapper for Vamp plugins is available at http://code.google.com/p/km-rdf/

You will need to build swiaudio and swidata to provide input data and support for data management.

Basic information is available in the README file and the WIKI pages at the site.

Cheers!
David Pastor