Author Topic: music recognition  (Read 3064 times)

0 Members and 1 Guest are viewing this topic.

Offline Aliikaiokai

  • ***
  • Male
  • Posts: 203
music recognition
« on: July 17, 2012, 03:26:41 am »
I am soon making guy's helmet from daft punk. But I need to learn more about programming lights for music recognition to the songs. I have no idea where to start.

Offline Kobuk

  • The "Malamute Dewd"
  • Hero Member
  • Species: Anthro Alaskan Malamute (Husky)
  • #1 Dew drinker.
  • *****
  • Male
  • Posts: 28546
Re: music recognition
« Reply #1 on: July 17, 2012, 07:15:33 am »
Moved from GNFD forum to Singer's Groove forum as the topic seems better suited here.

Offline Choky

  • Hero Member
  • Rare species
  • *****
  • Male
  • Posts: 5465
    • http://choky.furtopia.org/
Re: music recognition
« Reply #2 on: July 17, 2012, 02:06:54 pm »
Kobuk,I doubt the musicians/singers are going to know how to help him program a light helmet to music recognition patterns,he needs tech talk help from an electronics student or the help from the clever furs in the fursuiting section that know about programing multicoloured LED light-up tails and such. In this section,the closest anyone comes to that is Narei who does video/lighting for his DJ sessions I think...but programing/wiring a light up helmet? :o
Dude,where my Furryness?
424 passed games on N64,PSX,DC,XB,PS2,GC & X360.(Last updated on 29/09/13)

Offline Luku

  • Sr. Member
  • "Tell 'em I said something cool."
  • ****
  • Male
  • Posts: 316
Re: music recognition
« Reply #3 on: July 17, 2012, 03:05:14 pm »
I actually built a Daft Punk helmet a few years ago. (:

The lights were quite easy because - and here's the weird bit - I bought a gadget with LED lights that reacted, equalizer-style, to music. I think it was a coaster, :D :D , but you can get the same tech wired in to T-shirts, desktop toys etc.

So there you go. Get yourself to any shop that sells lame executive toys and gadgets, and rip the guts out of that. No programming knowledge needed!

Offline Aliikaiokai

  • ***
  • Male
  • Posts: 203
Re: music recognition
« Reply #4 on: July 18, 2012, 02:30:39 pm »
The equalizer info is great, butvi also need flashing rainbow lights for the sides and preset images like a heart or smiley face.

Offline WhiteShepherd

  • furtopia.org Sysop!
  • *
  • Male
  • Posts: 4842
    • http://www.whiteshepherd.furtopia.org
Re: music recognition
« Reply #5 on: July 19, 2012, 01:54:47 pm »
Using the guts of a cheap China made toy is a great idea!  If you need to access larger banks of lights you can route the lighting wires to a transistor (<-kind of like a switch that is turned on and off by a low voltage) or a solid state relay if you wanted to do the wiring yourself.  These devices could trigger on the low current from a china toy for a single light to drive a whole bank of lights (on/off).  

If you want to build everything yourself you could try wiring in a Raspberry Pi.  The advantage here is that the Raspberry Pi has GPIO pins that can be turned on/off by by a very simple programing language (if you see their site 6 and 7 year olds are even using it).  In this situation if I was doing it myself I would load of the Pi SD card with my fav MP3s then route the audio to a small amp/speakers in the helm.  Next I would write a program that polled the Pi volume 3-5 times a second and based on the internal volume level turn on and off LEDs in the pattern I chose.  The logic and pattern could be chosen by you.

  That may be one way if you want to do everything from scratch.
« Last Edit: July 19, 2012, 01:56:32 pm by WhiteShepherd »
IRC quotes:

[05:01] <Kai_Misou> We cats sleep when we want and where we want.
[05:01] <WhiteShep> We dogs sleep WHEN we can. :/
<!--QuoteEnd--></td></tr></table><span =''><!--Quot

Offline Aliikaiokai

  • ***
  • Male
  • Posts: 203
Re: music recognition
« Reply #6 on: July 20, 2012, 02:55:16 pm »
Yes, but the actual programming is what I need help with.

Offline Dusty

  • Hero Member
  • *****
  • Male
  • Posts: 870
Re: music recognition
« Reply #7 on: July 23, 2012, 03:37:35 am »
Well as far as I know the dudes who do the Raspberry Pi have said that Python is their language of choice, and although I've never bothered to learn it myself I've heard that is a pretty easy one to pick up. There's also a lot of free, legal ebooks that'll teach you it if you search on Google (here's a reasonably short one that seems to be highly regarded).