RaspberryPi Soundboard – Update #2

Quick update here. I made 2 small changes to the Soundboard project from last week.

1. I reinstalled Archlinux and stuck with plain Xorg + twm reducing the install footprint.

2. I played around with Mumble to discover that ALSA could support the Pulseaudio main sink’s monitor input as an audio input. This basically pipes all audio (“What-U-Hear”) from Pulseaudio into Mumble. Not exactly what I wanted, but close enough. Especially since I don’t plan to run anything else on this Pi.

alsa

So the audio routing kind of works (I’m not too happy with it, but I’ll roll with it for now). Now to work on trigger the playing of the audio files using a keypad.

Also I’m adding some of the scripts including the init scripts, to this github repo. A lot of the configuration I did was in /etc/ config files, I will add copies of those to this repo in the future..