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!
- Host: GitHub
- URL: https://github.com/toni500github/musical-donut
- Owner: Toni500github
- License: mit
- Created: 2025-07-14T17:13:59.000Z (8 months ago)
- Default Branch: main
- Last Pushed: 2025-08-09T14:51:47.000Z (7 months ago)
- Last Synced: 2025-08-09T16:31:24.210Z (7 months ago)
- Language: C
- Homepage:
- Size: 620 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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`