An open API service indexing awesome lists of open source software.

https://github.com/toni500github/musical-donut

a donut, but you can spin it with some music in the background. Cross-platform and no depedencies!
https://github.com/toni500github/musical-donut

Last synced: 4 months ago
JSON representation

a donut, but you can spin it with some music in the background. Cross-platform and no depedencies!

Awesome Lists containing this project

README

          

# musical-donut
a donut, but you can spin it with some music in the background

## Usage
`donut [-h] [-v] [-s SPEED] [-p PATH]`

press 'q' to exit.
```bash
# Play a path in the background
$ donut -p /path/to/audio.wav

# Spin with some speed
$ donut -s 20

# Enter in interactive mode if no path
$ donut
Looks like you didn't select a path to an MP3, please insert one here: /path/to/audio.wav
Select a speed (def. 10): 15
```

## Building
just run `make`\
if you don't have it installed run `cc -o donut src/donut.c src/parg.c -Iinclude -DVERSION=\"0.0.3\" -lm`