Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/d-koppenhagen/pi-soundboard
A soundboard for raspberry pi with Kodi/OSMC
https://github.com/d-koppenhagen/pi-soundboard
Last synced: 3 days ago
JSON representation
A soundboard for raspberry pi with Kodi/OSMC
- Host: GitHub
- URL: https://github.com/d-koppenhagen/pi-soundboard
- Owner: d-koppenhagen
- Created: 2017-04-15T20:53:30.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2017-04-25T15:45:28.000Z (over 7 years ago)
- Last Synced: 2024-10-11T06:11:49.617Z (about 1 month ago)
- Language: Python
- Size: 55.7 KB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: Readme.md
Awesome Lists containing this project
README
# Soundboard for Raspberry Pi
This project contains the source code and board designs for a soundboard for the Raspberry Pi.
I runs on a raspberry pi with multimediacenter Kodi/OSMC. On pressing a button it will pause the current song, play the sound for the button and resume the song from before.## Structure
* `board-layouts` - Contains Layouts for boards created with the [fritzing App](http://fritzing.org/home/)
* `sounds` - Should contain the `.mp3` files (one for each push button). The files must be named like:
`0.mp3`, `1.mp3`, `2.mp3` and so on.
* `soundboard.py` - The Python source code for controlling the push buttons and playing the sounds## Get started
* run `sudo python3 soundboard.py` from console