bc2a06fbfdc2 — Chris Cannam 3 years ago
Add a README
1 files changed, 20 insertions(+), 0 deletions(-)

A => README
A => README +20 -0
@@ 0,0 1,20 @@ 
+
+Rubber Band Qt Example
+======================
+
+A mini Qt-based UI that can load an audio file and adjust its playback
+speed dynamically.
+
+This is actually a very, very cut-down version of code used in the
+Rubber Band Audio application (https://rubberbandaudio.com/).
+
+To build:
+
+```
+$ ./repoint install
+$ qmake example.pro
+$ make
+```
+
+Copyright 2020 Particular Programs Ltd. This code is provided for
+example purposes only.