theBeat is an audio player.
- Qt 5
- Qt Core
- Qt GUI
- Qt Widgets
- Qt Multimedia
- Qt SVG
- the-libs
Run the following commands in your terminal.
mkdir build
qmake ../theBeat.pro
make
On Linux, run the following command in your terminal (with superuser permissions)
make install
See these folks for some other audio players. They're pretty cool folks:
- FRESHMusicPlayer by Royce551
- Firetail by Kat
- Alee Audio Player by Alee
© Victor Tran, 2020. This project is licensed under the GNU General Public License, version 3, or at your option, any later version.
Check the LICENSE file for more information.