https://github.com/icculus/soundboard
Software for a custom soundboard
https://github.com/icculus/soundboard
Last synced: 4 months ago
JSON representation
Software for a custom soundboard
- Host: GitHub
- URL: https://github.com/icculus/soundboard
- Owner: icculus
- License: zlib
- Created: 2024-10-19T20:34:42.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-10-19T21:27:46.000Z (over 1 year ago)
- Last Synced: 2025-10-23T21:01:05.814Z (8 months ago)
- Language: C
- Size: 15.6 KB
- Stars: 3
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Funding: .github/FUNDING.yml
- License: LICENSE.txt
Awesome Lists containing this project
README
# soundboard
This is some code I wrote for a custom sound board. It's a Raspberry Pi with
an HDMI screen, a bunch of buttons on a USB joystick encoder, and an amp, all
hooked up to a USB battery.
This program runs at startup, and uses SDL3 to draw a waveform to the screen,
and play sounds when a button is hit.
It's not fancy, but it got the job done.