update ChangeLog and README
authorPaul Brossier <piem@piem.org>
Sun, 4 May 2008 14:55:15 +0000 (16:55 +0200)
committerPaul Brossier <piem@piem.org>
Sun, 4 May 2008 14:55:15 +0000 (16:55 +0200)
ChangeLog
README

index cf3cc52..0d18fb6 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
-2008-02-04  Paul Brossier  <piem at piem dot org> 
+2008-05-03     Paul Brossier  <piem@piem.org>
+
+       * first versions of aubiotempo and aubiopitch
+
+2008-02-04  Paul Brossier  <piem@piem.org>
 
        * initial project created
diff --git a/README b/README
index 16a63f6..d594db6 100644 (file)
--- a/README
+++ b/README
@@ -1,5 +1,22 @@
 gst-aubio
+---------
 
-This module contains a GStreamer plugin for aubio [0].
+This module contains a GStreamer plugin for aubio (http://aubio.org/).
 
-[0] http://aubio.org/
+Current elements
+================
+
+ - aubiotempo: tempo tracking using aubio_tempo
+ - aubiopitch: pitch extraction using aubio_pitch
+
+Known limitations
+=================
+
+ - mono: for now, the caps allows only for a single input channel.
+ - no pitch messages: using the messaging system for each pitch candidate
+   sounds like a bad idea.
+
+Contact
+=======
+
+Please contact Paul Brossier <piem@piem.org> for comments and patches.