Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/daschr/bp
pronounced "beep", parses output of aubionotes to play music over a buzzer
https://github.com/daschr/bp
Last synced: 8 days ago
JSON representation
pronounced "beep", parses output of aubionotes to play music over a buzzer
- Host: GitHub
- URL: https://github.com/daschr/bp
- Owner: daschr
- License: gpl-3.0
- Created: 2020-03-07T13:48:07.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2020-10-25T08:07:29.000Z (over 4 years ago)
- Last Synced: 2023-08-24T09:24:05.758Z (over 1 year ago)
- Language: C
- Size: 50.8 KB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# bp
pronounced "beep", parses output of aubionotes (https://aubio.org/) to play music over a buzzer## compile
`apt install make gcc libevent-dev``make`
## usage
`aubionotes your_song.mp3 | bp`
or
`bp halloween.txt`## "It's not working!"
* `chmod 662 /dev/input/by-path/platform-pcspkr-event-spkr`
* `modprobe pcspkr`
* do you even have a buzzer?