Stormtrooper Voice Changer Helmet Uses Teensy To Mangle Audio

Halloween has come and gone, but this DIY voice changing Star Wars Stormtrooper helmet tutorial by [Shawn Hymel] is worth a look for a number of reasons. Not only is the whole thing completely self-contained, but the voice changing is done in software thanks to the Teensy’s powerful audio filtering abilities. In addition, the Teensy also takes care of adding the iconic Stormtrooper clicks, pops, and static bursts around the voice-altered speech. Check out the video below to hear it in action.

Besides a microphone and speakers, there’s a Teensy 3.2, a low-cost add-on board for the Teensy that includes a small audio amp, a power supply… and that’s about it. There isn’t a separate WAV board or hacked MP3 player in sight.

Continue reading “Stormtrooper Voice Changer Helmet Uses Teensy To Mangle Audio”

Raspberry Pi Halloween Voice Changer

[Dave Shevett] has spent a lot of time (more than a year) expanding his Technomancer costume along with the companion (Arduino-driven) magic staff. He found, however, he needed a way to get his voice out from behind the mask. If you are going to go through that much trouble, you might as well augment your voice at the same time, right?

[Dave’s] voice changer uses a Raspberry Pi which isn’t all that complicated. The Pi uses Linux, and Unix–the predecessor to Linux–has a long history of having little tools you can string together to do big jobs. So once you have a Pi and a sound card, the rest is just some Linux command line wizardry.

There’s a battery and a small portable amplifier to get that booming voice. Since you don’t want to lug a keyboard and monitor around to handle every reboot, [Dave] set the Pi up to run his voice-changing scripts on each reboot.

This is a great example of why old Unix programmers make small tools and use the shell to join them together. [Dave’s] voice changer is pretty much just some off the shelf parts and a  script so simple it hardly qualifies as programming in any real sense. In fact, it is essentially one line of “code”:

play "|rec --buffer 2048 -d pitch -300 echos 0.8 0.88 100 0.6 150 .5 band 1.2k 1.5k"

Sure, there is some street cred in embedded development to doing everything the hard way, but with the advent of cheap embedded Linux systems, why not take advantage of the tools where you can?

If you want a more roll-your-own approach, you can pick up your Arduino or break out an audio mixer (but good luck getting it in your costume).

Electronic Demon Costume Is Surprisingly Unnerving

[Phil] over at Adafruit crashed last Sunday’s Show and Tell with an amazing demon costume that includes a voice changer and animated LED matrices for The Eyes and mouth. He just posted how he built this costume, but you’ve really got to Watch the video to see how awesome this build is.

Every demon needs a scary voice, so [Phil] repurposed his Arduino-based voice changer for this build. By being able to adjust the pitch of the demon’s voice with the turn of a knob, [Phil] goes from growling from the pits of hell to a demon with just a slightly annoying voice.

The Eyes make use of the Adafruit I2C LED matrix backpack. The eyes are wired to the same I2C address to prevent derping, but the three red mouth LED matrices are capable of displaying anything that fits on an 8×24 LED matrix.

The electronic portion of this build is mounted to a piece of plexiglas, which is in turn mounted to a mask [Phil] picked up from a craft store. Not really the best option considering the Halloween stores are now open for the year, but it does its job.

A Morphsuit – a spandex bodysuit – completes the build along with a few demon wings and horns. During Adafruit’s Show and Tell, [Phil] had electronic parts scattered all over his desk. To turn this into a costume, he’ll be mounting a small battery-powered speaker in a chest piece and stuffing all the electronics in a fanny pack.

It’s a very, very cool build that really steps up the game for Arduino-powered costumes. Check out the video after the break.

Continue reading “Electronic Demon Costume Is Surprisingly Unnerving”

Arduino Voice Changer Turns You Into [Vader]

Halloween is just around the corner, so of course we’re looking forward to a bunch of awesome costumes put together by Hackaday readers. In an effort to match his voice to his costume, [Phil Burgess] over at Adafruit (and former Hackaday alumnus) put together an Arduino-powered voice changer to give his voice the gravitas of [James Earl Jones] or the lightheartedness of a member of the Lollipop Guild.

If you’ve ever played with a turntable, you’ll know playing a 33 RPM record at 45 or 78 RPM turns your treasured copy of Dark Side of the Moon into a lighthearted aural experience with a pitch that is much too high. Likewise, playing a single at 33 or 16 RPM means those once dulcet tones are now recordings of tormented souls in an acoustic hell.

[Phil]’s voice changer operates on the same principle by recording sounds from a microphone into a circular array and playing them back at a different rate; faster if the desired effect is a Munchkin, and slower if this year’s Halloween costume will be a Sith lord.

The completed build incorporates a 10k pot to dynamically change the timbre of the voice changer, as well as an Adafruit Wave Shield to play back a few pre-recorded sounds of lightsabers clashing. In all, a very cool project for your Halloween costume that’s also a very good introduction to DSP and real-time audio modifications with a microcontroller.

Continue reading “Arduino Voice Changer Turns You Into [Vader]”