Skip to content

Latest commit

 

History

History
61 lines (45 loc) · 1012 Bytes

README.md

File metadata and controls

61 lines (45 loc) · 1012 Bytes

A soundboard for RaspberryPi

Built for, but not limited to RaspberryPi (will run on most Unix based systems)

Credits

This was originally forked from Dude036 (https://github.com/Dude036/soundboard) and edited/improved. So credits to Dude036!

Installation

Follow this tutorial: https://www.instructables.com/id/Raspberry-Pi-Soundboard/

...or: Run sudo apt-get install python3 python3-pip vlc libvlc-dev

Usage

Run python3 main.py

Keycodes on the numpad:

/, *,
7, 8, 9,
4, 5, 6,
1, 2, 3,
0, .
Sound 1-13

+
Next page

-
Previous page

Backspace
Go to page 1

Return / Enter
Stop playback of current sound

Del / Delete
Plays all paths/URL's inside the url.txt file `


Home
Reboot device (runs sudo reboot)

End
Exits the program

PageUp
Reconnect wifi (runs sudo ifup wlan0)

PageDown
Disconnect wifi (runs sudo ifdown wlan0)