Skip to content

theCheeseboard/theBeat

Repository files navigation


theBeat is an audio player.


Dependencies

Additional macOS Dependencies

Additional Linux Dependencies

Build

Run the following commands in your terminal.

cmake -B build -S .
cmake --build .

Install

On Linux, run the following command in your terminal (with superuser permissions)

cmake --install build

Docs

For help with theBeat, visit the theBeat Documentation.


See these folks for some other audio players. They're pretty cool folks:


© Victor Tran, 2022. 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.