# HG changeset patch # User Chris Cannam # Date 1353595383 0 # Node ID 993fc67495b6638fc375da292be7fdc65c5f80ae # Parent d8ff8c5ad52af8031bb72f86316c5fde751d332b Add initial README diff -r d8ff8c5ad52a -r 993fc67495b6 README.txt --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/README.txt Thu Nov 22 14:43:03 2012 +0000 @@ -0,0 +1,15 @@ + +jVamp -- a Java host interface for Vamp audio analysis plugins +============================================================== + +Chris Cannam, 2012 +http://code.soundsoftware.ac.uk/projects/jvamp + +jVamp is a JNI (Java Native Interface) library that permits Java +applications to load and use Vamp audio analysis plugins. + +Vamp plugins are native-code plugins typically written in C++. In +order to load them into a Java application, you need a native wrapper +library (that is, jVamp) and both the wrapper and the plugin need to +be compiled natively for the machine platform you are using. +