changeset 23:8c07e9da36c9

Example
author Chris Cannam
date Thu, 05 Feb 2015 10:38:19 +0000
parents de942cbe5b27
children 6a75d371938f
files README
diffstat 1 files changed, 11 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/README	Thu Feb 05 10:33:14 2015 +0000
+++ b/README	Thu Feb 05 10:38:19 2015 +0000
@@ -17,4 +17,15 @@
 using the --multiplex option in Sonic Annotator, for example.) If you
 feed it a single piece of music, you won't get anything worthwhile.
 
+Example usage:
+
+$ sonic-annotator -m -d vamp:tuning-difference:tuning-difference:tuningfreq PreludeInCMajorBWV846.mp3 BWV846Egarr.mp3 -w csv --csv-stdout --csv-omit-filename
+
+Here the first file is a MIDI rendering using a piano sample at 440Hz,
+and the second is a harpsichord recording tuned with A=397Hz. After
+processing, this prints
+
+0.000000000,397.009
+
+
 Chris Cannam, Feb 2015