Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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

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?