Mini Qt-based UI that can load an audio file and adjust its playback speed dynamically
Update to current Rubber Band version
6737d6595c4b — Chris Cannam 4 years ago
Smaller image
a351a9841a20 — Chris Cannam 4 years ago
Image

heads

tip
browse log

clone

read-only
https://hg.sr.ht/~breakfastquay/rubberband-qt-example
read/write
ssh://hg@hg.sr.ht/~breakfastquay/rubberband-qt-example

#Rubber Band Qt Example

A simplistic Qt-based UI that can load and play an audio file and adjust its playback speed dynamically.

Screenshot

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

You will usually need the PortAudio library installed - check and edit example.pro for details.

Copyright 2020 Particular Programs Ltd. This code is provided for example purposes only.