-
Notifications
You must be signed in to change notification settings - Fork 2
Home
François CROLLET edited this page May 1, 2023
·
6 revisions
VPS Player is an audio player that allows to independantly adjust pitch and speed on the fly.
VPS Player is licensed under GPL version 3.0. See COPYING in the main source directory or http://www.gnu.org/licenses/gpl.html
- Qt6 (version 6.2 or above; core, gui/widgets and multimedia modules): https://www.qt.io
- Rubber Band library (version 3.0 or above): https://www.breakfastquay.com/rubberband/
To build from source:
- a C++17 compiler (for instance GCC 9 or newer)
- pkg-config or pkgconf
- qmake (part of Qt6)
See installation instructions on this wiki.