Vocoding With A Piano

This really cool project allows a grand piano to “speak”.  We don’t know any details about its construction but we had to share. The keys are being hit by solenoids in a manner to replicate human speech.  Click through to the video, it’s worth it. You may have to allow the popup to see the video, and it is in german, but the piano is clearly speaking english. We want one to keep around the office. It could read our emails to us.

(Edit from 2015: The link went bad, but it can be found elsewhere on YouTube.)

[via matrixsynth]

Monome Case Mod: Vintage Radio

monome_vintage_radio

We’ve seen a lot of the Monome, a USB based controller often used as a sampler, here at Hack a Day. This is one of the more creative hacks. [brothernigel] took a Monome 40h kit and fit it inside the case of a vintage radio. The faceplate was a custom order to fit his purposes and incorporates the original radio frequency display. The USB port was well placed in the side of the wooden housing. For extra “soul”, pen and ink art adorns the insides. His work log gallery takes you through the process from start to finish.

We never noticed before, but the Monome makes a great vintage-looking-electronics project. All the lighted buttons are straight out of a ’60s military command center.

[Thanks Antonio]

Noise Box Synth Lays Down Some Beats

arduino_noise_box_synth

[Tim] sent us his Noise Box Synth. The box is a sixteen step synthesizer that can generate sine, square, triangle, and sawtooth waves as well as a collection of sound effects (video after the break). The hardware is simple; an Arduino, four potentiometers, four buttons, a switch, a speaker, and some LEDs. This was a gift for a three-year-old but we’d be just as happy unwrapping it ourselves. We didn’t find a schematic but all of the connections and hardware can be extrapolated from the source code.

Arduino sometimes gets a bad name around here. This project, [Tim’s] first that uses Arduino, proves that the accessibility of the platform makes it possible to jump directly into the deep end. Catch the video after the break. Continue reading “Noise Box Synth Lays Down Some Beats”

Make An Arduino Talk To You

arduino_speech_synthesis

One of the highlights from the Music Hack Day in Berlin was the Arduino singing “Daisy Bell”. If you don’t know, this is an homage to the HAL 9000 in the movie 2001: A Space Odyssey; an artificial intelligence that was taught the song in its first steps toward self awareness culminating in an attempt to kill its masters.

It’s unlikely an Arduino will every make it to the point of attempted homicide but with the available code you can find out. Sample code and an explanation of human synthesis is now available through the Cantarino project. The project facilitates the use of phonemes from the SAM Apple II synthesizer to build wave forms that make up recognizable speech on the Arduino platform. The code illustrates how to select and link together speech sounds from the library. Check out the video after the break and then get to work on your own speech synthesis. We’re waiting for someone to put together the theme song from the 1980’s Transformers cartoon. Good luck! Continue reading “Make An Arduino Talk To You”

Twitter, Talking Fish, And More

[youtube=http://www.youtube.com/watch?v=Y6kECR7T4LY&feature=player_embedded]

[Dan Ros] and the mbed team sent in their hack of a twitter talking Big Mouth Billy Bass. Originally the hack simply had an mbed micrcontroller and an SD card with some wav files allowing Billy to say classic quotes. Wanting to go further however, they used the mbed’s HTTPClient library to grab Twitter updates, and then have Billy say them out loud! Check out some other cool projects the mbed team has in the cookbook.

But wait, whats an mbed? We didn’t have a clue either!

Some researched reveals it is a powerful new microcontroller and prototyping board. With some features such as direct ethernet and USB connections right on the chip, as well as PWM, serial, analog, and more. What really stoked us is how it acts much like a USB thumb drive. Drag and drop your binary files, and it’s programmed! The only downside, at $100 it can be a bit more of an investment compared to an Arduino PIC. Could this be the next big prototyping tool that beats all others? Lets hear it in the comments!

[Update:  The mbed can be had for a  limited time pre-order price of $60  not $100 – Thanks Dan and the mbed team!]

Arduino-human Synthesizer

[youtube=http://www.youtube.com/watch?v=IObPkUFq0hg]

(Thanks to [Aaron] for the tip) As a promo for [Calvin Harris], some of the creative minds at Sony Music have put together an Arduino-based sythesizer composed of 15 bikini clad babes. By analyzing which circuits are closed, the Arduino Mega is able to tell a sequencer which sample to play. The only innovation happens to be that the circuits are painted onto the aforementioned girls with a conductive body paint known as Bare.

Developed by students at the Royal College of Art, the paint is not available for purchase, but they are willing to mix a batch up for art installations or performances. Technical stats (such as resistance) have not been released, but for a washable paint it seems to be performing quite well.

How was the whole project set up? The video below reveals all:

[youtube=http://www.youtube.com/watch?v=up1wraRnriI]

Berlin Hack Day

[vimeo http://vimeo.com/6668819%5D

This past weekend, Berlin played host to Music Hack Day – an event where attendants built and tested hacks, contraptions, and software all dealing with sound, music, or the distribution thereof. Some of the hacks are simply mind blowing to see built in only a day or two. Like the location based CitySounds.fm or Tracks on a Map – mapping out where your music is from. Or the music based games and composition tools, iLoveAcid squencer and MaschineFighter – adding some crazy fun to MIDI.

Oh, we almost forgot, we can’t go an entire post without mentioning something Arduino; named Xylobot – a set of servos powered by Arduino, tapping out rhythm on a xylophone (video above). Another Hack Day is planned so keep an eye out.

[Thanks robb]