70Views3Replies
Soundtrack remote
i want to make a sort of remote with 20 buttons that when pressed each one plays a different sound
from a built in speaker if someone could help me i would really appreciate it.
i want to make a sort of remote with 20 buttons that when pressed each one plays a different sound
from a built in speaker if someone could help me i would really appreciate it.
Comments
9 years ago
You want one of those iCarly sound effects boxes? One way is to get a microprocessor like an arduino to control playing different sound clips depending on which button is pressed. That is actually quite expensive to do because you need the arduino, sound shield, and switching matrix. You could also gang up a bunch of voice chip thingys like easy button or recordable greeting card guts. Or you can make a wireless remote keyboard that triggers a program on your computer to play the various sound clips. Good luck.
Reply 9 years ago
i have an arduino board and i found the sound shield but i cant seem to find a switching matrix how would i have to set these up with buttons and all connected?
Reply 9 years ago
You can start here but there are other ways of expanding the switch matrix for the limited inputs. https://www.instructables.com/id/Arcade-Button-MIDI-Controller/ Look on arduino.cc or adafruit.com or sparkfun for switch tutorials. There might be a switch matrix shield out there too.