Skip to content

HaoLiHaiO/BeatBot

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

20 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

A random music generator.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published