add gui
[gst-scaletempo-demo-rj.git] / README
blobaeea12975394003904f3ebc4c6b597421207af54
1 gst-scaletempo-demo, a GTK+-2.x application, demonstrates features and uses of scaletempo, a GStreamer 0.10.x plugin.
3 To Build:
4 ./configure
5 make
7 To Run:
8 ./src/scaletempo-demo --gst-plugin-load=../gst-scaletempo/src/.libs/libgstscaletempoplugin.so [filename ...]
10 Things To Do:
11 1) Click the faster and slower buttons to change the playback rate and notice how the pitch stays the same.
12 2) Check the "Disable Scaletempo" box to hear playback without scaletempo
13 3) examine src/demo-player.c for code demostrating scaletempo's usage