changeset 32:993fc67495b6

Add initial README
author Chris Cannam
date Thu, 22 Nov 2012 14:43:03 +0000
parents d8ff8c5ad52a
children f148034f55b7
files README.txt
diffstat 1 files changed, 15 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- /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.
+