Skip to content

Latest commit

 

History

History
50 lines (33 loc) · 820 Bytes

README.md

File metadata and controls

50 lines (33 loc) · 820 Bytes
Coverity Scan Build Status

BeatBot

A random tune generator.

Prerequisites

  • SoX (Sound eXchange) must be installed.
  • SDL2 (Simple DirectMedia Layer) must be installed.

How to Build

  1. Ensure you have gcc, sox, and SDL2 installed.
  2. Clone the repository and navigate to the project directory.
  3. Run the following command to compile the project:
make

How to run

./beatbot

Docker

Build container

docker build -t beatbot .

Run

chmod +x run_beatbot.sh
./run_beatbot.sh

How it works

  • uses SoX to generate sounds dynamically